Diff for /gforth/startup.fs between versions 1.58 and 1.62

version 1.58, 2005/01/10 10:30:55 version 1.62, 2006/04/09 22:07:41
Line 1 Line 1
 \ startup file  \ startup file
   
 \ Copyright (C) 1995,1996,1997,1998,2000,2003,2004 Free Software Foundation, Inc.  \ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 101  true constant search-order Line 101  true constant search-order
 true constant search-order-ext  true constant search-order-ext
 true constant string  true constant string
 true constant string-ext  true constant string-ext
   \ extension queries
   ' noop alias X:deferred
   ' noop alias X:defined
   ' noop alias X:extension-query
   ' noop alias X:parse-name
   ' noop alias X:required
 set-current  set-current
   
 warnings on  warnings on

Removed from v.1.58  
changed lines
  Added in v.1.62


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