From 709311217cc7f487e4b8f50cb8f714274e575870 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 29 Oct 1998 15:31:26 +0000 Subject: [PATCH 1/1] Pure bison yylex() proto was broken. p4raw-id: //depot/cfgperl@2130 --- proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1