--- gforth/extend.fs 2003/01/19 23:35:29 1.51 +++ gforth/extend.fs 2003/03/09 15:16:49 1.55 @@ -1,6 +1,6 @@ \ EXTEND.FS CORE-EXT Word not fully tested! 12may93jaw -\ Copyright (C) 1995-2003 Free Software Foundation, Inc. +\ Copyright (C) 1995,1998,2000,2003 Free Software Foundation, Inc. \ This file is part of Gforth. @@ -118,7 +118,7 @@ decimal begin dup r@ >= while - over 2r@ swap -text 0= if + 2dup 2r@ string-prefix? if 2swap 2drop 2r> 2drop true exit endif 1 /string @@ -266,7 +266,7 @@ variable span ( -- c-addr ) \ core-ext drop \ restore udp and dp [IFDEF] forget-dyncode - dup cell+ @ forget-dyncode 0= abort" gforth bug" + dup cell+ @ forget-dyncode drop [THEN] @ udp ! dp ! \ clean up vocabulary stack