mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
- removed stray symtablestack.push() after r21282
git-svn-id: trunk@21301 -
This commit is contained in:
parent
4f396735f4
commit
d6f85c35b5
@ -6822,7 +6822,6 @@ implementation
|
||||
unit, add them to the global/staticsymtable }
|
||||
oldsymtablestack:=symtablestack;
|
||||
symtablestack:=nil;
|
||||
symtablestack.push(current_module.localsymtable);
|
||||
res^.Data:=tarraydef.create(0,elecount-1,ptrsinttype);
|
||||
tarraydef(res^.Data).elementdef:=def;
|
||||
current_module.localsymtable.insertdef(tdef(res^.Data));
|
||||
|
Loading…
Reference in New Issue
Block a user