Browse Source

* default packenum in mode macpas changed to 1

git-svn-id: trunk@580 -
olle 20 years ago
parent
commit
6bee709682
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/globals.pas

+ 2 - 1
compiler/globals.pas

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