[gforth] / gforth / filedump.fs  

gforth: gforth/filedump.fs

Diff for /gforth/filedump.fs between version 1.7 and 1.8

version 1.7, Sat Sep 23 15:46:56 2000 UTC version 1.8, Sat Dec 28 17:18:27 2002 UTC
Line 19 
Line 19 
 \ along with this program; if not, write to the Free Software  \ along with this program; if not, write to the Free Software
 \ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.  \ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
   
 Create buffer $10 allot  Create buf $10 allot
   
 : dumpline ( addr handle -- flag )  : dumpline ( addr handle -- flag )
   buffer $10 rot read-file throw    buf $10 rot read-file throw
   dup /dump !  $10 <> swap 6 u.r ." : "  buffer .line cr ;    dup /dump !  $10 <> swap 6 u.r ." : "  buf .line cr ;
   
 : init  cr $10 base ! ;  : init  cr $10 base ! ;
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help