--- gforth/startup.fs 2006/04/09 22:07:41 1.62 +++ gforth/startup.fs 2006/10/08 11:30:56 1.63 @@ -24,6 +24,10 @@ require except.fs \ included on command line [THEN] +[IFDEF] throw>error + ' throw>error Alias rethrow +[THEN] + warnings off include search.fs include environ.fs