projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e646b
)
added a PROIO_yyparse function in order to compile again after defines have moved...
author
Stefan Csomor
<csomor@advancedconcepts.ch>
Tue, 20 Feb 2001 17:41:58 +0000
(17:41 +0000)
committer
Stefan 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
patch
|
blob
|
blame
|
history
diff --git
a/src/common/cwy_tab.c
b/src/common/cwy_tab.c
index bfbe337922aeb68f7671ec70bfa2578f11756c34..ef1e1a2df7cbc117d0b540bf130e0c2a32a44ce5 100644
(file)
--- a/
src/common/cwy_tab.c
+++ b/
src/common/cwy_tab.c
@@
-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);