From: Julian Smart Date: Thu, 22 Feb 2001 17:46:41 +0000 (+0000) Subject: Added PROIO_ prefix to yyparse to get it to link. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0e4a6d55e960f2f988056837499c67231d04715e Added PROIO_ prefix to yyparse to get it to link. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/dosyacc.c b/src/common/dosyacc.c index 5cd881ca33..a773cce6ef 100644 --- a/src/common/dosyacc.c +++ b/src/common/dosyacc.c @@ -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