mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 15:22:03 -08:00
Remove change that slipped from previous debugging sessions.
This commit is contained in:
parent
1de1d7e428
commit
b45695b642
1 changed files with 1 additions and 1 deletions
|
|
@ -5392,7 +5392,7 @@ init_file(void)
|
|||
|
||||
/* We choose C streams by default only when _not_ using threads.
|
||||
* The reason is that C streams block on I/O operations. */
|
||||
#if 1 /*ndef ECL_THREADS*/
|
||||
#if !defined(ECL_THREADS)
|
||||
standard_input = ecl_make_stream_from_FILE(make_constant_base_string("stdin"),
|
||||
stdin, smm_input, 8, flags, external_format);
|
||||
standard_output = ecl_make_stream_from_FILE(make_constant_base_string("stdout"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue