Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-11-22 20:31:32 -06:00
commit 35b7b74b97
1 changed files with 1 additions and 1 deletions
core/io/streams/c

2
core/io/streams/c/c.factor Normal file → Executable file
View File

@ -83,6 +83,6 @@ M: c-io-backend (file-appender)
#! print stuff from contexts where the I/O system would
#! otherwise not work (tools.deploy.shaker, the I/O
#! multiplexer thread).
"\r\n" append >byte-array
"\n" append >byte-array
stdout-handle fwrite
stdout-handle fflush ;