make sure we rebuild saved state stuff even if we do not actually enter top-level.

fix bug with some definitions being reset at load time.
This commit is contained in:
Vítor Santos Costa
2010-12-07 15:06:53 +00:00
parent 1deb6d2663
commit 21bbffceda
8 changed files with 56 additions and 12 deletions

View File

@@ -265,6 +265,7 @@
AtomSpy = AtomAdjust(AtomSpy);
AtomStack = AtomAdjust(AtomStack);
AtomStackFree = AtomAdjust(AtomStackFree);
AtomStartupSavedState = AtomAdjust(AtomStartupSavedState);
AtomStaticClause = AtomAdjust(AtomStaticClause);
AtomStaticProcedure = AtomAdjust(AtomStaticProcedure);
AtomStream = AtomAdjust(AtomStream);