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
|
|
@ -350,8 +350,6 @@ lisp_println( struct stack_frame *frame, struct cons_pointer frame_pointer,
|
|||
output = pointer2cell( out_stream ).payload.stream.stream;
|
||||
|
||||
println( output );
|
||||
|
||||
free( output );
|
||||
}
|
||||
|
||||
return NIL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue