Diff for /gforth/kernel/basics.fs between versions 1.64 and 1.65

version 1.64, 2008/12/31 15:29:14 version 1.65, 2010/01/08 18:54:34
Line 83  AConstant dictionary-end Line 83  AConstant dictionary-end
     \G the region addressed by @code{here}.      \G the region addressed by @code{here}.
     usable-dictionary-end here - ;      usable-dictionary-end here - ;
   
 has? ec [IF]  has? ec has? primcentric 0= and [IF]
 : in-dictionary? ( x -- f )  : in-dictionary? ( x -- f )
     dictionary-end u< ;      dictionary-end u< ;
 [ELSE]      [ELSE]    

Removed from v.1.64  
changed lines
  Added in v.1.65


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