Explorar el Código

* make {$align powerpc} an alias for {$align power} (patch by
Adriaan van Os, mantis #15762)

git-svn-id: trunk@14914 -

Jonas Maebe hace 15 años
padre
commit
1b7dacfd1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/scandir.pas

+ 1 - 1
compiler/scandir.pas

@@ -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