--- gforth/prims2x.fs 2006/10/25 22:01:16 1.162 +++ gforth/prims2x.fs 2007/02/18 18:30:51 1.164 @@ -1,6 +1,6 @@ \ converts primitives to, e.g., C code -\ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005 Free Software Foundation, Inc. +\ Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -140,13 +140,10 @@ $12340000 immarg ! : ?print-error { f addr u -- } f ?not? if - outfile-id >r try - stderr to outfile-id - filename 2@ type ." :" line @ 0 .r ." : " addr u type cr - print-error-line - 0 - recover endtry - r> to outfile-id throw + stderr >outfile + filename 2@ type ." :" line @ 0 .r ." : " addr u type cr + print-error-line + outfile< 1 (bye) \ abort endif ;