|
@@ -147,7 +147,7 @@ unit scandir;
|
|
|
current_settings.packrecords:=mac68k_alignment
|
|
|
{ "power" alignment is the default C packrecords setting on
|
|
|
Mac OS X }
|
|
|
- else if (hs='POWER') then
|
|
|
+ else if (hs='POWER') or (hs='POWERPC') then
|
|
|
current_settings.packrecords:=C_alignment
|
|
|
else if (hs='RESET') then
|
|
|
current_settings.packrecords:=0
|