From: Jarkko Hietaniemi Date: Fri, 30 Oct 1998 08:43:18 +0000 (+0000) Subject: Integrate from mainperl. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=134ca994cfefe0f613d43505a885e4fc2100b05c;p=p5sagit%2Fp5-mst-13.2.git Integrate from mainperl. p4raw-id: //depot/cfgperl@2140 --- 134ca994cfefe0f613d43505a885e4fc2100b05c diff --cc proto.h index 2bd96f0,03d7d0c..fab5250 --- a/proto.h +++ b/proto.h @@@ -672,9 -668,9 +668,9 @@@ 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 + # define PERL_YYLEX_PARAM_DECL void #endif VIRTUAL int yylex _((PERL_YYLEX_PARAM_DECL)); VIRTUAL int yyparse _((void));