From: Jarkko Hietaniemi Date: Thu, 29 Oct 1998 15:31:26 +0000 (+0000) Subject: Pure bison yylex() proto was broken. X-Git-Tag: perl-5.6.0~5^2~1320 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/709311217cc7f487e4b8f50cb8f714274e575870?hp=2e3543886b610df2d95e654d93083c1a26dea56c;ds=inline 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