Still not working, but I have increasing confidence I'm on the right track.
This commit is contained in:
parent
a1c377bc7c
commit
bcb227a5f9
10 changed files with 110 additions and 108 deletions
|
|
@ -161,6 +161,10 @@ struct cons_pointer make_stack_frame( struct cons_pointer previous,
|
|||
env );
|
||||
frame->more = more;
|
||||
inc_ref( more );
|
||||
|
||||
for ( ; !nilp( args ); args = c_cdr( args ) ) {
|
||||
frame->args++;
|
||||
}
|
||||
}
|
||||
}
|
||||
debug_print( L"make_stack_frame: returning\n", DEBUG_STACK );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue