mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 00:30:34 +02:00
* Reduce memory usage of tspecializationcontext
This commit is contained in:
parent
d2926867d6
commit
4e1c9aa1df
@ -49,7 +49,7 @@ type
|
||||
poslist : tfplist;
|
||||
prettyname : ansistring;
|
||||
specializename : ansistring;
|
||||
genname : string;
|
||||
genname : ansistring;
|
||||
sym : tsym;
|
||||
symtable : tsymtable;
|
||||
forwarddef : tdef;
|
||||
|
Loading…
Reference in New Issue
Block a user