--- gforth/debugs.fs 1997/05/21 20:39:23 1.1 +++ gforth/debugs.fs 1998/12/08 22:02:39 1.3 @@ -1,6 +1,6 @@ \ Simple debugging aids -\ Copyright (C) 1995 Free Software Foundation, Inc. +\ Copyright (C) 1995,1997 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -51,7 +51,7 @@ defer printdebugline ( addr -- ) \ gfort : (~~) ( -- ) r@ printdebugline - r> sourcepos drop + >r ; + r> sourcepos %size + >r ; : ~~ ( compilation -- ; run-time -- ) \ gforth tilde-tilde POSTPONE (~~) sourcepos, ; immediate