Browse Source

* Removed inline since it is not supported with open array parameters.

git-svn-id: trunk@44054 -
yury 5 năm trước cách đây
mục cha
commit
45ffa40b71
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/entfile.pas

+ 1 - 1
compiler/entfile.pas

@@ -324,7 +324,7 @@ type
     procedure putstring(const s:string); {$ifdef USEINLINE}inline;{$endif}
     procedure putstring(const s:string); {$ifdef USEINLINE}inline;{$endif}
     procedure putansistring(const s:ansistring);
     procedure putansistring(const s:ansistring);
 
 
-    procedure putset(const arr: array of byte); {$ifdef USEINLINE}inline;{$endif}
+    procedure putset(const arr: array of byte);
     procedure tempclose;        // MG: not used, obsolete?
     procedure tempclose;        // MG: not used, obsolete?
     function  tempopen:boolean; // MG: not used, obsolete?
     function  tempopen:boolean; // MG: not used, obsolete?
   end;
   end;