--- gforth/debugs.fs 2011/04/20 17:24:31 1.23 +++ gforth/debugs.fs 2012/12/31 15:25:18 1.26 @@ -1,6 +1,6 @@ \ Simple debugging aids -\ Copyright (C) 1995,1997,1999,2002,2003,2004,2005,2006,2007,2009 Free Software Foundation, Inc. +\ Copyright (C) 1995,1997,1999,2002,2003,2004,2005,2006,2007,2009,2011,2012 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -49,8 +49,10 @@ defer .debugline ( nfile nline -- ) \ gf printdebugdata cr ; +[IFUNDEF] debug-fid stderr value debug-fid ( -- fid ) \G (value) Debugging output prints to this file +[THEN] ' (.debugline) IS .debugline