[gforth] / gforth / source.fs  

gforth: gforth/source.fs

Diff for /gforth/source.fs between version 1.12 and 1.13

version 1.12, Tue Jan 21 10:24:44 2003 UTC version 1.13, Wed Jan 22 10:59:54 2003 UTC
Line 37 
Line 37 
 : compile-sourcepos ( compile-time: -- ; run-time: -- nfile nline )  : compile-sourcepos ( compile-time: -- ; run-time: -- nfile nline )
     \ compile the current source position as literals: nfile is the      \ compile the current source position as literals: nfile is the
     \ source file index, nline the line number within the file.      \ source file index, nline the line number within the file.
     loadfilename 2@ str>loadfilename# postpone literal      sourcefilename str>loadfilename# postpone literal
     sourceline# postpone literal ;      sourceline# postpone literal ;
   
 : .sourcepos ( nfile nline -- )  : .sourcepos ( nfile nline -- )


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help