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

version 1.58, 2005/01/10 10:30:55 version 1.60, 2005/12/31 15:46:10
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:extension-query
 set-current  set-current
   
 warnings on  warnings on

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


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