This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Eliminate duplicate declaration of yylval
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Mon, 8 Jul 1996 22:07:58 +0000 (22:07 +0000)
committerCharles Bailey <bailey@genetics.upenn.edu>
Mon, 8 Jul 1996 22:07:58 +0000 (22:07 +0000)
perly.h

diff --git a/perly.h b/perly.h
index 56eaf7e..43f9d04 100644 (file)
--- a/perly.h
+++ b/perly.h
@@ -62,4 +62,3 @@ typedef union {
     GV *gvval;
 } YYSTYPE;
 extern YYSTYPE yylval;
     GV *gvval;
 } YYSTYPE;
 extern YYSTYPE yylval;
-extern YYSTYPE yylval;