--- gforth/cross.fs 1995/11/29 20:20:34 1.31 +++ gforth/cross.fs 1995/12/23 16:21:56 1.33 @@ -405,7 +405,7 @@ Variable to-doc \ Target TAGS creation -s" TAGS" r/w create-file throw value tag-file-id +s" kernal.TAGS" r/w create-file throw value tag-file-id \ contains the file-id of the tags file Create tag-beg 2 c, 7F c, bl c, @@ -694,6 +694,10 @@ Build: T 0 , H ; by Constant Builder Value +Build: T 0 A, H ; +by Constant +Builder AValue + Build: ( -- ) compile noop ; DO: ( ghost -- ) ABORT" CROSS: Don't execute" ;DO Builder Defer