diff options
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"; |