Diff for /gforth/blocks.fs between versions 1.49 and 1.50

version 1.49, 2007/02/18 18:59:40 version 1.50, 2007/02/19 00:08:20
Line 78  Defer flush-blocks ( -- ) \ gforth Line 78  Defer flush-blocks ( -- ) \ gforth
     try ( c-addr u )      try ( c-addr u )
         2dup open-fpath-file throw          2dup open-fpath-file throw
         rot close-file throw  2dup file-status throw bin open-file throw          rot close-file throw  2dup file-status throw bin open-file throw
         >r 2drop r> 0          >r 2drop r>
     restore endtry      endtry-iferror ( c-addr u ior )
     ?dup-if ( c-addr u ior )  
         >r 2dup file-status nip 0= r> and throw \ does it really not exist?          >r 2dup file-status nip 0= r> and throw \ does it really not exist?
         r/w bin create-file throw          r/w bin create-file throw
     then      then

Removed from v.1.49  
changed lines
  Added in v.1.50


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