]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/parser.y
vsprintf() is ANSI so there is normally no need to test for it
[wxWidgets.git] / src / common / parser.y
index 243a49feb71dc50d8e5317b21852a849878f074b..c834a77e534a10a844d3c956d817e87ac8c2b3f5 100644 (file)
@@ -124,7 +124,7 @@ arg1        :       WORD
 
 %%
 
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if (defined(__WXGTK__) || defined(__WXMOTIF__)) && !defined(NO_CONFIGURE)
 #include "lexer.c"
 #else
 #include "../common/lex_yy.c"
@@ -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