diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2006-12-16 15:37:32 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2006-12-16 15:37:32 +0000 |
commit | 702119bc891cbff15043348ab2eab5c9d600e0be (patch) | |
tree | 1be2c9c92c6993a4b4ea80400014fd41e18c024d /regen_perly.pl | |
parent | b9c1db01c31454036da94510de234fd7cb233094 (diff) | |
download | perl-702119bc891cbff15043348ab2eab5c9d600e0be.tar.gz |
remove extraneous declaration prom perly.tab
p4raw-id: //depot/perl@29564
Diffstat (limited to 'regen_perly.pl')
-rw-r--r-- | regen_perly.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regen_perly.pl b/regen_perly.pl index 9c1d601503..378c5a32bb 100644 --- a/regen_perly.pl +++ b/regen_perly.pl @@ -257,7 +257,6 @@ sub make_type_tab { . join(", ", map "toketype_$_", sort keys %types) . "\n} toketypes;\n\n" . "/* type of each token/terminal */\n" - . "static const toketypes XXX;\n" . "static const toketypes yy_type_tab[] =\n{\n" . $fields . "\n};\n"; |