summaryrefslogtreecommitdiff
path: root/perly.tab
diff options
context:
space:
mode:
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2019-07-11 16:27:29 +0100
committerDagfinn Ilmari Mannsåker <ilmari@ilmari.org>2019-07-11 20:40:00 +0100
commit86b50d930caa444c44fdcbc7a450402db01fcf1b (patch)
treee3db83e4be7ef33cae4b5177ea5c81c41d0a3de9 /perly.tab
parente3d2bd96751612e204e517c970eb34267b8ececa (diff)
downloadperl-86b50d930caa444c44fdcbc7a450402db01fcf1b.tar.gz
Support Bison version 3.1 through 3.4
No significant changes in the generated code since 3.0.
Diffstat (limited to 'perly.tab')
-rw-r--r--perly.tab10
1 files changed, 5 insertions, 5 deletions
diff --git a/perly.tab b/perly.tab
index 5f5658fe53..0d06e4df23 100644
--- a/perly.tab
+++ b/perly.tab
@@ -17,16 +17,16 @@
/* YYNSTATES -- Number of states. */
#define YYNSTATES 552
-/* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned
- by yylex, with out-of-bounds checking. */
#define YYUNDEFTOK 2
#define YYMAXUTOK 341
+/* YYTRANSLATE(TOKEN-NUM) -- Symbol number corresponding to TOKEN-NUM
+ as returned by yylex, with out-of-bounds checking. */
#define YYTRANSLATE(YYX) \
- ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
+ ((unsigned) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
/* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM
- as returned by yylex, without out-of-bounds checking. */
+ as returned by yylex. */
static const yytype_uint8 yytranslate[] =
{
0, 2, 2, 2, 2, 2, 2, 2, 2, 2,
@@ -1131,5 +1131,5 @@ static const toketypes yy_type_tab[] =
/* Generated from:
* 41d458c12a47d69d8ab1315970582b2055ecea77bfc8a582b557e9b3df1c290a perly.y
- * b6fae5748f9bef6db4740aa5e122b84ac5181852d42474d0ecad621fa4253306 regen_perly.pl
+ * 0947213b55d0ed11693554bea04987e886cf285f5c14cf9075fa1e7acc3f4061 regen_perly.pl
* ex: set ro: */