mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 11:10:44 +01:00
* default packenum in mode macpas changed to 1
git-svn-id: trunk@580 -
This commit is contained in:
parent
98ad08b35a
commit
6bee709682
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user