[gforth] / gforth / struct.fs  

gforth: gforth/struct.fs

Diff for /gforth/struct.fs between version 1.22 and 1.23

version 1.22, Sat Mar 22 10:04:07 2003 UTC version 1.23, Thu Feb 8 14:07:26 2007 UTC
Line 102 
Line 102 
     \g similar to @code{allocate}.      \g similar to @code{allocate}.
     nip allocate ;      nip allocate ;
   
 : %alloc ( size align -- addr ) \ gforth  : %alloc ( align size -- addr ) \ gforth
     \g Allocate @var{size} address units with alignment @var{align},      \g Allocate @var{size} address units with alignment @var{align},
     \g giving a data block at @var{addr}; @code{throw} an ior code      \g giving a data block at @var{addr}; @code{throw} an ior code
     \g if not successful.      \g if not successful.


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help