Change __PPC__ flag to __powerpc__.

This commit is contained in:
Pierre d'Herbemont 2003-07-21 23:51:24 +00:00 committed by Alexandre Julliard
parent e7db6d9085
commit 13c308caa7
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ const char *make_c_identifier( const char *str )
*/
int get_alignment(int alignBoundary)
{
#ifdef __PPC__
#ifdef __powerpc__
int n = 0;