* changed default packenum for MacPas from 1 to 2 (compatible with Metrowerks)

git-svn-id: trunk@1971 -
This commit is contained in:
Jonas Maebe 2005-12-16 12:22:39 +00:00
parent 398cafb1a0
commit ef2a0c7ddf

View File

@ -309,9 +309,11 @@ implementation
end;
{ Default enum packing for delphi/tp7 }
if (m_tp7 in aktmodeswitches) or
(m_delphi in aktmodeswitches) or
(m_mac in aktmodeswitches) then
(m_delphi in aktmodeswitches) then
aktpackenum:=1
else if (m_mac in aktmodeswitches) then
{ compatible with Metrowerks Pascal }
aktpackenum:=2
else
aktpackenum:=4;
if changeinit then