--- gforth/debugs.fs 1997/05/21 20:39:23 1.1 +++ gforth/debugs.fs 1997/07/31 16:17:07 1.2 @@ -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