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

version 1.48, 2007/02/18 18:51:40 version 1.49, 2007/02/18 18:59:40
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>          >r 2drop r> 0
     restore endtry      restore endtry
     dup if ( 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.48  
changed lines
  Added in v.1.49


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