ソースを参照

Merged revisions 579-580 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@670 -

peter 20 年 前
コミット
e48831c882
1 ファイル変更2 行追加1 行削除
  1. 2 1
      compiler/globals.pas

+ 2 - 1
compiler/globals.pas

@@ -1870,7 +1870,8 @@ end;
             end;
            { Default enum packing for delphi/tp7 }
            if (m_tp7 in aktmodeswitches) or
-              (m_delphi in aktmodeswitches) then
+              (m_delphi in aktmodeswitches) or
+              (m_mac in aktmodeswitches) then
              aktpackenum:=1
            else
              aktpackenum:=4;