*** bison.simple Mon Mar 18 16:11:51 2002 --- /usr/share/bison.simple Mon Mar 18 14:00:22 2002 *************** *** 240,245 **** --- 240,246 ---- #endif /* not YYPARSE_PARAM */ /* Prevent warning if -Wstrict-prototypes. */ + #if !defined(yyparse) #ifdef __GNUC__ #ifdef YYPARSE_PARAM YYPARSE_RETURN_TYPE *************** *** 249,254 **** --- 250,256 ---- yyparse (void); #endif #endif + #endif /* !defined(yyparse) */ YYPARSE_RETURN_TYPE yyparse(YYPARSE_PARAM_ARG)