Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
9953cf3b
Commit
9953cf3b
authored
Sep 24, 2001
by
Niels Möller
Browse files
* src/command.c (gaba_apply): Assert that a value has been
returned. Rev: src/command.c:1.47
parent
ac21dc03
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/command.c
View file @
9953cf3b
...
...
@@ -116,6 +116,9 @@ gaba_apply(struct lsh_object *f,
{
{
STATIC_HEADER
,
do_gaba_continuation
},
NULL
};
COMMAND_CALL
(
cf
,
x
,
&
c
.
super
,
&
default_exception_handler
);
assert
(
c
.
value
);
return
c
.
value
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment