Diff for /gforth/kernel/doers.fs between versions 1.3 and 1.7

version 1.3, 1999/05/05 18:08:59 version 1.7, 2003/03/09 15:17:05
Line 1 Line 1
 \ run-time code for defining words  \ run-time code for defining words
   
 \ Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1997,1998,1999,2000 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 16 Line 16
   
 \ You should have received a copy of the GNU General Public License  \ You should have received a copy of the GNU General Public License
 \ along with this program; if not, write to the Free Software  \ along with this program; if not, write to the Free Software
 \ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  \ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
   
   
 \ If we leave out the compiler we need the runtime code for our defining  \ If we leave out the compiler we need the runtime code for our defining
Line 48  doer? :docon 0= [IF] \D compileddofiller Line 48  doer? :docon 0= [IF] \D compileddofiller
 [THEN]  [THEN]
   
 doer? :douser 0= [IF] \D compileddofillers .( DOUSER )  doer? :douser 0= [IF] \D compileddofillers .( DOUSER )
 | : User DOES> @ up @ + ;  | : User DOES> @ [IFDEF] up@ up@ [ELSE] up @ [THEN] + ;
 [THEN]  [THEN]
   
 doer? :dovar 0= [IF] \D compileddofillers .( DOVAR )  doer? :dovar 0= [IF] \D compileddofillers .( DOVAR )
Line 57  doer? :dovar 0= [IF] \D compileddofiller Line 57  doer? :dovar 0= [IF] \D compileddofiller
   
 \D compileddofillers .( .)  \D compileddofillers .( .)
 [THEN]  [THEN]
   

Removed from v.1.3  
changed lines
  Added in v.1.7


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