[gforth] / gforth / compat / struct.fs  

gforth: gforth/compat/struct.fs

Diff for /gforth/compat/struct.fs between version 1.6 and 1.7

version 1.6, Mon Feb 22 21:39:43 1999 UTC version 1.7, Thu Feb 8 14:07:28 2007 UTC
Line 84 
Line 84 
 : %allocate ( align size -- addr ior )  : %allocate ( align size -- addr ior )
     nip allocate ;      nip allocate ;
   
 : %alloc ( size align -- addr )  : %alloc ( align size -- addr )
     %allocate throw ;      %allocate throw ;


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help