applied patch 103798 (yy... defines moved from expr.h, wxexpr.h to wxexpr.cpp)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-02-16 18:36:17 +00:00
parent 6c5b628eee
commit 8b766d97fd
3 changed files with 71 additions and 68 deletions

View File

@@ -50,9 +50,6 @@ typedef bool (*wxExprErrorHandler) (int errorType, char *msg);
WXDLLEXPORT_DATA(extern wxExprErrorHandler) currentwxExprErrorHandler;
extern "C" WXDLLEXPORT_DATA(FILE*) yyin;
extern "C" WXDLLEXPORT int yyparse(void);
typedef enum {
wxExprNull,