projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ae70e55
)
Eliminate duplicate declaration of yylval
Perl 5 Porters [Mon, 8 Jul 1996 22:07:58 +0000 (22:07 +0000)]
perly.h
patch
|
blob
|
blame
|
history
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;
-extern YYSTYPE yylval;