浏览代码

- removed "inline" from getansistringdef(), it's way too big

git-svn-id: trunk@20489 -
Jonas Maebe 13 年之前
父节点
当前提交
8c86455965
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      compiler/symdef.pas

+ 2 - 2
compiler/symdef.pas

@@ -827,7 +827,7 @@ interface
     function use_vectorfpu(def : tdef) : boolean;
 
     function getansistringcodepage:tstringencoding; inline;
-    function getansistringdef:tstringdef; inline;
+    function getansistringdef:tstringdef;
     function getparaencoding(def:tdef):tstringencoding; inline;
 
 implementation
@@ -860,7 +860,7 @@ implementation
           result:=0;
       end;
 
-    function getansistringdef:tstringdef; inline;
+    function getansistringdef:tstringdef;
       var
         symtable:tsymtable;
       begin