Explorar o código

* default packenum in mode macpas changed to 1

git-svn-id: trunk@580 -
olle %!s(int64=20) %!d(string=hai) anos
pai
achega
6bee709682
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      compiler/globals.pas

+ 2 - 1
compiler/globals.pas

@@ -1874,7 +1874,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;