Diff for /gforth/kernel/args.fs between versions 1.27 and 1.28

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

Removed from v.1.27  
changed lines
  Added in v.1.28


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>