--- gforth/see.fs 2006/12/30 20:06:26 1.58 +++ gforth/see.fs 2007/09/29 22:20:02 1.61 @@ -1,6 +1,6 @@ \ SEE.FS highend SEE for ANSforth 16may93jaw -\ Copyright (C) 1995,2000,2003,2004 Free Software Foundation, Inc. +\ Copyright (C) 1995,2000,2003,2004,2006 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -120,9 +120,10 @@ VARIABLE Colors Colors on else base @ >r try 8 base ! 0 <<# # # # '\ hold #> ctype #>> 0 - recover + restore + r@ base ! endtry - r> base ! throw + rdrop throw endif endif 1 /string @@ -757,6 +758,7 @@ Defer discode ( addr u -- ) \ gforth dup >code-address CASE docon: of seecon endof + dovalue: of seevalue endof docol: of seecol endof dovar: of seevar endof [ [IFDEF] douser: ]