[gforth] / gforth / prims2x.fs  

gforth: gforth/prims2x.fs

Diff for /gforth/prims2x.fs between version 1.96 and 1.97

version 1.96, Sun May 13 10:54:10 2001 UTC version 1.97, Sun May 13 11:02:59 2001 UTC
Line 53 
Line 53 
   
 warnings off  warnings off
   
   [IFUNDEF] try
   include startup.fs
   [THEN]
   
 : struct% struct ; \ struct is redefined in gray  : struct% struct ; \ struct is redefined in gray
   
 include ./gray.fs  include ./gray.fs
Line 1214 
Line 1218 
 [THEN]  [THEN]
   
   
 \ run with out of box gforth 0.5.0  \ run with gforth-0.5.0 (slurp-file is missing)
 [IFUNDEF] slurp-file  [IFUNDEF] slurp-file
 : slurp-file ( c-addr1 u1 -- c-addr2 u2 )  : slurp-file ( c-addr1 u1 -- c-addr2 u2 )
     \ c-addr1 u1 is the filename, c-addr2 u2 is the file's contents      \ c-addr1 u1 is the filename, c-addr2 u2 is the file's contents


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help