--- gforth/struct.fs 2003/03/09 15:16:56 1.21 +++ gforth/struct.fs 2007/12/31 17:34:58 1.24 @@ -1,6 +1,6 @@ \ data structures (like C structs) -\ Copyright (C) 1995,1997,2000,2003 Free Software Foundation, Inc. +\ Copyright (C) 1995,1997,2000,2003,2007 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -29,7 +29,7 @@ \ a field that makes no change \ to enable accessing the offset with "['] >body @" this \ is not implemented with "['] noop alias" - last @ + latest if immediate then @@ -102,7 +102,7 @@ cell% 2* 2constant double% \g similar to @code{allocate}. nip allocate ; -: %alloc ( size align -- addr ) \ gforth +: %alloc ( align size -- addr ) \ gforth \g Allocate @var{size} address units with alignment @var{align}, \g giving a data block at @var{addr}; @code{throw} an ior code \g if not successful.