--- gforth/etags.fs 1995/12/23 16:21:56 1.5 +++ gforth/etags.fs 1997/02/08 22:58:10 1.7 @@ -37,6 +37,8 @@ \ header, NAME>STRING must convert that pointer to a string, and \ HEADER must be a deferred word that is called to create the name. +include extend.fs + : tags-file-name ( -- c-addr u ) \ for now I use just TAGS; this may become more flexible in the \ future @@ -64,12 +66,6 @@ create tags-line 128 chars allot endif tags-file @ ; -create emit-file-char 0 c, - -: emit-file ( c file-id -- ) - swap emit-file-char c! - emit-file-char 1 chars rot write-file ; - 2variable last-loadfilename 0 0 last-loadfilename 2! : put-load-file-name ( file-id -- )