On Sonntag 30 Dezember 2007, Sergey M Plis wrote: > I have a question regarding locals. The files where I use them > contain the following line: > > \needs locals include locals.fs > > They used to contain this line and seemed to work but there was some > trouble: > > \needs locals| include locals.fs > > Now I am having a problem. Whenever I run bigforth everything works > just fine because if locals.fs is included then locals is defined. In > *xbigforth*, however, locals is not defined even the locals subset is > there. Shouldn't locals be also defined in xbigforth since they are > loaded by default there?
locals is a "headerless" word, i.e. it exists only until savesystem is made. You should check for a word with header like locals| or local: or so (what's defined in locals.fs). -- Bernd Paysan "If you want it done right, you have to do it yourself" http://www.jwdt.com/~paysan/
signature.asc
Description: This is a digitally signed message part.
