Diff for /gforth/source.fs between versions 1.1 and 1.2

version 1.1, 1995/11/07 18:08:47 version 1.2, 1995/11/29 20:20:37
Line 32  end-struct sourcepos Line 32  end-struct sourcepos
           
 : sourcepos, ( -- )  : sourcepos, ( -- )
     \ record the current source position HERE      \ record the current source position HERE
     loadfilename# @ , loadline @ , ;      loadfilename# @ , sourceline# , ;
   
 : get-sourcepos ( a-addr -- c-addr u n )  : get-sourcepos ( a-addr -- c-addr u n )
     \ c-addr u is the filename, n is the line number      \ c-addr u is the filename, n is the line number

Removed from v.1.1  
changed lines
  Added in v.1.2


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