[gforth] / gforth / blocks.fs  

gforth: gforth/blocks.fs

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

version 1.49, Sun Feb 18 18:59:40 2007 UTC version 1.50, Mon Feb 19 00:08:20 2007 UTC
Line 78 
Line 78 
     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


Generate output suitable for use with a patch program
Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help