]> git.saurik.com Git - wxWidgets.git/commitdiff
Added PROIO_ prefix to yyparse to get it to link.
authorJulian Smart <julian@anthemion.co.uk>
Thu, 22 Feb 2001 17:46:41 +0000 (17:46 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 22 Feb 2001 17:46:41 +0000 (17:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/dosyacc.c

index 5cd881ca33b60d63756d9446cd4259b537d1cb81..a773cce6ef742978d6b165a1e563d6592f3876ac 100644 (file)
@@ -258,7 +258,7 @@ void yyerror(char *s)
 #define YYACCEPT goto yyaccept
 #define YYERROR goto yyerrlab
 int
-yyparse()
+PROIO_yyparse()
 {
     register int yym, yyn, yystate;
 #if YYDEBUG