From: Perl 5 Porters Date: Mon, 8 Jul 1996 22:07:58 +0000 (+0000) Subject: Eliminate duplicate declaration of yylval X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b24f19c33b5eb26ca2da91ff0d6a591459273c45;p=p5sagit%2Fp5-mst-13.2.git Eliminate duplicate declaration of yylval --- diff --git a/perly.h b/perly.h index 56eaf7e..43f9d04 100644 --- a/perly.h +++ b/perly.h @@ -62,4 +62,3 @@ typedef union { GV *gvval; } YYSTYPE; extern YYSTYPE yylval; -extern YYSTYPE yylval;