--- gforth/tags.fs 2009/12/31 15:32:35 1.11 +++ gforth/tags.fs 2010/01/22 21:19:43 1.12 @@ -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