--- gforth/glocals.fs 1997/04/10 15:00:07 1.32 +++ gforth/glocals.fs 1997/07/06 15:55:24 1.34 @@ -85,7 +85,7 @@ \ Currently locals may only be \ defined at the outer level and TO is not supported. -require search-order.fs +require search.fs require float.fs : compile-@local ( n -- ) \ gforth compile-fetch-local @@ -322,6 +322,7 @@ create new-locals-map ( -- wordlist-map ' new-locals-find A, ' new-locals-reveal A, ' drop A, \ rehash method +' drop A, slowvoc @ slowvoc on