--- gforth/tags.fs 2009/10/03 18:25:31 1.10 +++ gforth/tags.fs 2010/01/22 21:19:43 1.12 @@ -1,6 +1,6 @@ \ 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. @@ -66,7 +66,8 @@ create tags-line 128 chars allot : tags-file-id ( -- file-id ) tags-file @ 0= if - tags-file-name w/o create-file throw + s" sort >tags" w/o open-pipe throw +\ tags-file-name w/o create-file throw \ 2dup file-status \ if \ the file does not exist \ drop w/o create-file throw