[gforth] / gforth / tags.fs  

gforth: gforth/tags.fs

Diff for /gforth/tags.fs between version 1.3 and 1.4

version 1.3, Sun Mar 9 15:16:56 2003 UTC version 1.4, Sat Mar 22 10:04:07 2003 UTC
Line 91 
Line 91 
     \ if the input is from a file and it is not a local name      \ if the input is from a file and it is not a local name
     source-id dup 0<> swap -1 <> and    \ input from a file      source-id dup 0<> swap -1 <> and    \ input from a file
     current @ locals-list <> and        \ not a local name      current @ locals-list <> and        \ not a local name
     last @ 0<> and      \ not an anonymous (i.e. noname) header      latest 0<> and      \ not an anonymous (i.e. noname) header
     if      if
         tags-file-id >r          tags-file-id >r
         last @ name>string r@ write-file throw          latest name>string r@ write-file throw
         #tab r@ emit-file throw          #tab r@ emit-file throw
         r@ put-load-file-name          r@ put-load-file-name
         s" /^" r@ write-file throw          s" /^" r@ write-file throw


Generate output suitable for use with a patch program
Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help