]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/parser.y
Added convenience form of wxEvtHandler::Connect, only one id; changed
[wxWidgets.git] / src / common / parser.y
index c834a77e534a10a844d3c956d817e87ac8c2b3f5..685531559df8a73284dbe0d32027d67c5fb7fb02 100644 (file)
@@ -127,8 +127,12 @@ arg1       :       WORD
 #if (defined(__WXGTK__) || defined(__WXMOTIF__)) && !defined(NO_CONFIGURE)
 #include "lexer.c"
 #else
+#if (defined(__MWERKS__))
+#include "../common/cwlex_yy.c"
+#else
 #include "../common/lex_yy.c"
 #endif
+#endif
 
 /*
 void yyerror(s)