Diff for /gforth/glocals.fs between versions 1.11 and 1.12

version 1.11, 1995/04/20 09:42:54 version 1.12, 1995/04/29 14:51:19
Line 137  variable locals-dp \ so here's the speci Line 137  variable locals-dp \ so here's the speci
     \ defines the local "name"; the offset of the local shall be      \ defines the local "name"; the offset of the local shall be
     \ stored in a-addr      \ stored in a-addr
     create      create
         immediate          immediate restrict
         here 0 , ( place for the offset ) ;          here 0 , ( place for the offset ) ;
   
 : lp-offset ( n1 -- n2 )  : lp-offset ( n1 -- n2 )

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>