Builtin function argument parsing
This commit is contained in:
@ -20,6 +20,7 @@ void lisp_init_stack() {
|
||||
the_stack.frames->local_refs.blocks[0] =
|
||||
lisp_malloc(sizeof(struct LocalReferencesBlock));
|
||||
}
|
||||
the_stack.nogc_retval = Qnil;
|
||||
}
|
||||
|
||||
static ALWAYS_INLINE void init_stack_frame(struct StackFrame *frame,
|
||||
|
||||
Reference in New Issue
Block a user