Found and fixed a bug I did not previously know about in println.
This commit is contained in:
parent
54a99b6796
commit
69b199fecd
4 changed files with 4 additions and 5 deletions
|
|
@ -97,8 +97,8 @@ struct cons_pointer in_make_empty_frame( struct cons_pointer previous,
|
|||
frame->depth = depth;
|
||||
|
||||
/*
|
||||
* clearing the frame with memset would probably be slightly quicker, but
|
||||
* this is clear.
|
||||
* The frame has already been cleared with memset in make_vso, but our
|
||||
* NIL is not the same as C's NULL.
|
||||
*/
|
||||
frame->more = NIL;
|
||||
frame->function = NIL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue