fixed a GC bug caused by a temporary object pointer pointing to the symbol table

This commit is contained in:
2014-01-17 13:03:05 +00:00
parent bf2818a56c
commit 77164465dd
3 changed files with 115 additions and 192 deletions

View File

@ -490,8 +490,6 @@ private
Token: Token_Record;
LC_Unfetched: Standard.Boolean := Standard.False;
STACK_XXX: aliased Object_Pointer := Nil_Pointer;
end record;
package Token is