]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/parser.y
Fixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
[wxWidgets.git] / src / common / parser.y
index 3973c3948c6b6dd98ffa9f2188e536137025d330..c834a77e534a10a844d3c956d817e87ac8c2b3f5 100644 (file)
@@ -162,7 +162,7 @@ void yyerror(char *s)
 #ifndef yywrap
 #define yywrap() 1
 #endif
-#else if !defined(__alpha) && !defined(__ultrix)
+#else if !defined(__alpha___) && !defined(__ultrix)
 int yywrap() { return 1; }
 #endif
 #endif