From 0d4d0e8d765538ad0495ccc9a232c7a12c0c2c37 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 2 Feb 2002 13:34:09 +0000 Subject: [PATCH] correction for compilation with ProjectBuilder git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13971 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/parser.y | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/parser.y b/src/common/parser.y index d81dd0ca96..a5dcdf37a7 100644 --- a/src/common/parser.y +++ b/src/common/parser.y @@ -124,13 +124,13 @@ arg1 : WORD * for example, cross compilation. */ #if (defined(__WXGTK__) || defined(__WXWINE__) || defined(__WXMOTIF__)) || defined(__WX_SETUP_H__) && !defined(NO_CONFIGURE) #include "lexer.c" -#else -#if (defined(__MWERKS__)) +#elif defined(__WXMAC__) && defined(__APPLE__) +#include "lexer.c" +#elif defined(__MWERKS__) #include "../common/cwlex_yy.c" #else #include "../common/lex_yy.c" #endif -#endif /* void yyerror(s) -- 2.47.2