--- gforth/debug.fs 1995/11/07 18:06:35 1.4 +++ gforth/debug.fs 1996/08/26 10:07:18 1.5 @@ -224,7 +224,7 @@ VARIABLE Body : NestXT ( xt -- true | body false ) DebugMode c-pass ! C-Output off - xtc C-Output on + xt-see C-Output on c-pass @ DebugMode = dup IF ." Cannot debug" cr THEN ;