[gforth] / gforth / source.fs  

gforth: gforth/source.fs

Diff for /gforth/source.fs between version 1.15 and 1.16

version 1.15, Fri May 14 17:09:22 2004 UTC version 1.16, Mon Aug 23 14:03:52 2004 UTC
Line 34 
Line 34 
         r> loop          r> loop
     drop 2drop 0 ;      drop 2drop 0 ;
   
 : current-sourcepos ( -- )  : current-sourcepos ( -- nfile nline )
     sourcefilename  str>loadfilename# sourceline# ;      sourcefilename  str>loadfilename# sourceline# ;
   
 : compile-sourcepos ( compile-time: -- ; run-time: -- nfile nline )  : compile-sourcepos ( compile-time: -- ; run-time: -- nfile nline )


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help