Browse Source

* Reduce memory usage of tspecializationcontext

Michaël Van Canneyt 3 months ago
parent
commit
4e1c9aa1df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/pgentype.pas

+ 1 - 1
compiler/pgentype.pas

@@ -49,7 +49,7 @@ type
     poslist : tfplist;
     poslist : tfplist;
     prettyname : ansistring;
     prettyname : ansistring;
     specializename : ansistring;
     specializename : ansistring;
-    genname : string;
+    genname : ansistring;
     sym : tsym;
     sym : tsym;
     symtable : tsymtable;
     symtable : tsymtable;
     forwarddef : tdef;
     forwarddef : tdef;