On Wed, 15 Oct 2003, Jürgen Bömmels wrote: > There are still some things to do: > - a global hash is still not totally right. It should be moved to the > interpreter structure
Nope. The macro hash should be per-compilation-unit, not global in any way. It should go away when compilation is done. Dan