浏览代码

* Reduce memory usage of tspecializationcontext

Michaël Van Canneyt 5 月之前
父节点
当前提交
4e1c9aa1df
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;