Diff for /gforth/fflib.fs between versions 1.26 and 1.27

version 1.26, 2008/09/18 02:42:24 version 1.27, 2009/02/24 22:57:48
Line 258  DOES> ( -- )  dup thislib ! proc: ; Line 258  DOES> ( -- )  dup thislib ! proc: ;
   DOES>  decl, ind-call @ 0= IF  symbol,  THEN    DOES>  decl, ind-call @ 0= IF  symbol,  THEN
     previous revarg off ind-call off ;      previous revarg off ind-call off ;
   
   : func@ >body cell+ @ ;
   : func' ' func@ ;
   : [func'] postpone ['] postpone func@ ; immediate restrict
   
 also c-decl definitions  also c-decl definitions
   
 : <rev>  revarg on ;  : <rev>  revarg on ;

Removed from v.1.26  
changed lines
  Added in v.1.27


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