--- gforth/kernel/files.fs 1999/03/23 20:24:24 1.7 +++ gforth/kernel/files.fs 2000/05/20 14:25:42 1.8 @@ -32,7 +32,7 @@ ?dup IF r> drop EXIT THEN - #lf r> emit-file ; + newline r> write-file ; \ include-file 07apr93py