diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-04-05 14:49:11 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-04-05 14:49:11 +0000 |
commit | 07445afaa422fe673ed115231793ea101373a3ee (patch) | |
tree | 4b4a347661163caf3be507145e75c10d4bd1bb29 /x2p | |
parent | a733a8a07e00b5db8b5f31499d376e2c78834665 (diff) | |
download | perl-07445afaa422fe673ed115231793ea101373a3ee.tar.gz |
Down with unneeded duplicate prototypes
p4raw-id: //depot/perl@24162
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/a2p.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2088,7 +2088,6 @@ yyparse() register int yym, yyn, yystate; #if YYDEBUG register char *yys; - extern char *getenv(); if ((yys = getenv("YYDEBUG"))) { |