--- gforth/source.fs 2004/05/14 17:09:22 1.15 +++ gforth/source.fs 2004/12/31 13:23:58 1.17 @@ -1,6 +1,6 @@ \ source location handling -\ Copyright (C) 1995,1997,2003 Free Software Foundation, Inc. +\ Copyright (C) 1995,1997,2003,2004 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -34,7 +34,7 @@ r> loop drop 2drop 0 ; -: current-sourcepos ( -- ) +: current-sourcepos ( -- nfile nline ) sourcefilename str>loadfilename# sourceline# ; : compile-sourcepos ( compile-time: -- ; run-time: -- nfile nline )