#define yywrap() 1
#endif
#else
-int yywrap() { return 1; }
+# if !(defined(__VISAGECPP__) && __IBMC__ >= 400)
+/* VA 4.0 thinks this is multiply defined (in lex_yy.c) */
+ int yywrap() { return 1; }
+# endif
#endif
#endif
#line 247 "y_tab.c"
#define YYACCEPT goto yyaccept
#define YYERROR goto yyerrlab
int
-yyparse()
+PROIO_yyparse()
{
register int yym, yyn, yystate;
#if YYDEBUG