--- gforth/kernel/args.fs 2007/12/31 19:02:25 1.27 +++ gforth/kernel/args.fs 2012/07/27 23:28:10 1.28 @@ -115,8 +115,9 @@ Variable argc ( -- addr ) \ gforth false to script? ; : os-boot ( path n **argv argc -- ) - stdout TO outfile-id stdin TO infile-id + stdout TO outfile-id + stderr TO errfile-id argc ! argv ! pathstring 2! ; ' (process-args) IS process-args