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

version 1.12, 2003/01/21 10:24:44 version 1.13, 2003/01/22 10:59:54
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 -- )

Removed from v.1.12  
changed lines
  Added in v.1.13


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>