From: Jarkko Hietaniemi Date: Thu, 29 Oct 1998 15:31:26 +0000 (+0000) Subject: Pure bison yylex() proto was broken. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=709311217cc7f487e4b8f50cb8f714274e575870;p=p5sagit%2Fp5-mst-13.2.git Pure bison yylex() proto was broken. p4raw-id: //depot/cfgperl@2130 --- diff --git a/proto.h b/proto.h index 0aec76d..2bd96f0 100644 --- a/proto.h +++ b/proto.h @@ -672,7 +672,7 @@ VIRTUAL void watch _((char** addr)); VIRTUAL I32 whichsig _((char* sig)); VIRTUAL int yyerror _((char* s)); #ifdef USE_PURE_BISON -# define PERL_YYLEX_PARAM_DECL YYSTYPE *, int * +# define PERL_YYLEX_PARAM_DECL YYSTYPE *lvalp, int *lcharp #else # define PERL_YYLEX_PARAM_DECL #endif