Преглед изворни кода

* Reduce memory usage of tspecializationcontext

Michaël Van Canneyt пре 7 месеци
родитељ
комит
4e1c9aa1df
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/pgentype.pas

+ 1 - 1
compiler/pgentype.pas

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