瀏覽代碼

* po_inline can't be removed from procoptions when the interface part is already parsed. It changes the interface's CRC and causes other units to recompile.

git-svn-id: trunk@40238 -
yury 6 年之前
父節點
當前提交
b115886930
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      compiler/psub.pas

+ 0 - 1
compiler/psub.pas

@@ -141,7 +141,6 @@ implementation
 
       procedure _no_inline(const reason: TMsgStr);
         begin
-          exclude(procdef.procoptions,po_inline);
           Message1(parser_h_not_supported_for_inline,reason);
           Message(parser_h_inlining_disabled);
         end;