Diff for /gforth/debugs.fs between versions 1.11 and 1.13

version 1.11, 2004/12/31 13:23:57 version 1.13, 2005/12/31 15:46:08
Line 1 Line 1
 \ Simple debugging aids  \ Simple debugging aids
   
 \ Copyright (C) 1995,1997,1999,2002,2003,2004 Free Software Foundation, Inc.  \ Copyright (C) 1995,1997,1999,2002,2003,2004,2005 Free Software Foundation, Inc.
   
 \ This file is part of Gforth.  \ This file is part of Gforth.
   
Line 56  defer .debugline ( nfile nline -- ) \ gf Line 56  defer .debugline ( nfile nline -- ) \ gf
     current-sourcepos .debugline ;      current-sourcepos .debugline ;
 :noname ( compilation  -- ; run-time  -- )  :noname ( compilation  -- ; run-time  -- )
     compile-sourcepos POSTPONE .debugline ;      compile-sourcepos POSTPONE .debugline ;
 interpret/compile: ~~  \ gforth tilde-tilde  interpret/compile: ~~ ( -- ) \ gforth tilde-tilde
 \G Prints the source code location of the @code{~~} and the stack  \G Prints the source code location of the @code{~~} and the stack
 \G contents with @code{.debugline}.  \G contents with @code{.debugline}.
   

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


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