Diff for /gforth/wordinfo.fs between versions 1.15 and 1.18

version 1.15, 1998/05/13 16:47:24 version 1.18, 1999/01/03 21:48:38
Line 1 Line 1
 \ WORDINFO.FS  V1.0                                    17may93jaw  \ WORDINFO.FS  V1.0                                    17may93jaw
   
 \ Copyright (C) 1995 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1998 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 63 Line 63
   
 [IFDEF] forthstart  [IFDEF] forthstart
 : xtprim? ( xt -- flag )  : xtprim? ( xt -- flag )
     forthstart dictionary-end within ; \ !! does not work for CODE words      in-dictionary? 0= ; \ !! does not work for CODE words
 [ELSE]  [ELSE]
 : xtprim? ( xt -- flag )  : xtprim? ( xt -- flag )
     dup >body swap >code-address = ; \ !! works only for indirect threaded code      dup >body swap >code-address = ; \ !! works only for indirect threaded code

Removed from v.1.15  
changed lines
  Added in v.1.18


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