]> git.saurik.com Git - wxWidgets.git/commitdiff
added a PROIO_yyparse function in order to compile again after defines have moved...
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Feb 2001 17:41:58 +0000 (17:41 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 20 Feb 2001 17:41:58 +0000 (17:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/cwy_tab.c

index bfbe337922aeb68f7671ec70bfa2578f11756c34..ef1e1a2df7cbc117d0b540bf130e0c2a32a44ce5 100644 (file)
@@ -18,6 +18,10 @@ static char yysccsid[] = "@(#)yaccpar     1.7 (Berkeley) 09/09/90";
 extern "C" {
 #endif
 #endif
+int yyparse(void);
+int PROIO_yyparse(void) {
+       return yyparse() ;
+}
 int yylex(void);
 int yylook(void);
 int yywrap(void);