Diff for /gforth/tags.fs between versions 1.9 and 1.11

version 1.9, 2008/12/31 15:29:14 version 1.11, 2009/12/31 15:32:35
Line 1 Line 1
 \ VI tags support for GNU Forth.  \ VI tags support for GNU Forth.
   
 \ Copyright (C) 1995,1998,2002,2003,2007,2008 Free Software Foundation, Inc.  \ Copyright (C) 1995,1998,2002,2003,2007,2008,2009 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 48 Line 48
 \ to comment out search.fs since it sets the search order destructively  \ to comment out search.fs since it sets the search order destructively
 \ on my system.  Added a bit more explanation on how to use tags.fs.  \ on my system.  Added a bit more explanation on how to use tags.fs.
   
 \ require search.fs  require search.fs
 require extend.fs  require extend.fs
   
 : tags-file-name ( -- c-addr u )  : tags-file-name ( -- c-addr u )

Removed from v.1.9  
changed lines
  Added in v.1.11


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