Very minor fixes/
This commit is contained in:
parent
3a1f64d7ff
commit
72a8bc09e0
3 changed files with 4 additions and 11 deletions
|
|
@ -94,7 +94,7 @@ void maybe_bind_init_symbols( ) {
|
|||
privileged_keyword_location = c_string_to_lisp_keyword( L"location" );
|
||||
}
|
||||
if ( nilp( privileged_keyword_payload ) ) {
|
||||
privileged_keyword_location = c_string_to_lisp_keyword( L"payload" );
|
||||
privileged_keyword_payload = c_string_to_lisp_keyword( L"payload" );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -348,16 +348,9 @@ lisp_println( struct stack_frame *frame, struct cons_pointer frame_pointer,
|
|||
|
||||
if ( writep( out_stream ) ) {
|
||||
output = pointer2cell( out_stream ).payload.stream.stream;
|
||||
inc_ref( out_stream );
|
||||
} else {
|
||||
output = file_to_url_file( stderr );
|
||||
}
|
||||
|
||||
println( output );
|
||||
println( output );
|
||||
|
||||
if ( writep( out_stream ) ) {
|
||||
dec_ref( out_stream );
|
||||
} else {
|
||||
free( output );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue