Explorar o código

* 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 %!s(int64=6) %!d(string=hai) anos
pai
achega
b115886930
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;