Porting fix for Alpha.

This commit is contained in:
Steven Edwards 2003-09-22 19:27:56 +00:00 committed by Alexandre Julliard
parent e5cd5a778a
commit a23b8c8fbe
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 __powerpc__
#if defined(__powerpc__) || defined(__ALPHA__)
int n = 0;