From: Karsten Ballüder Date: Thu, 18 Nov 1999 09:26:30 +0000 (+0000) Subject: Linux/AXP compilation fixed. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/742ff1e12fe845a79db772285dea63a227d867b7?ds=sidebyside Linux/AXP compilation fixed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/parser.y b/src/common/parser.y index 669f080527..141a6280f4 100644 --- a/src/common/parser.y +++ b/src/common/parser.y @@ -167,7 +167,7 @@ void yyerror(char *s) #ifndef yywrap #define yywrap() 1 #endif -#elif !defined(__alpha___) && !defined(__alpha) && !defined(__ultrix) +#elif !defined(__ultrix) int yywrap() { return 1; } #elif defined(__VMS__) int yywrap() { return 1; }