summaryrefslogtreecommitdiff
path: root/perly.h
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.h
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.h')
-rw-r--r--perly.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/perly.h b/perly.h
index 37b953cb34..2021a8bde6 100644
--- a/perly.h
+++ b/perly.h
@@ -4,14 +4,15 @@
Any changes made here will be lost!
*/
-#define PERL_BISON_VERSION 30000
+#define PERL_BISON_VERSION 30004
#ifdef PERL_CORE
-/* A Bison parser, made by GNU Bison 3.0.4. */
+/* A Bison parser, made by GNU Bison 3.4.1. */
/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation,
+ Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -39,6 +40,9 @@
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
+/* Undocumented macros, especially those whose name start with YY_,
+ are private implementation details. Do not rely on them. */
+
/* Debug traces. */
#ifndef YYDEBUG
# define YYDEBUG 0
@@ -165,7 +169,6 @@ S_is_opval_token(int type) {
#endif /* PERL_IN_TOKE_C */
#endif /* PERL_CORE */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
-
union YYSTYPE
{
@@ -175,8 +178,8 @@ union YYSTYPE
OP *opval;
GV *gvval;
-};
+};
typedef union YYSTYPE YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1
@@ -189,5 +192,5 @@ int yyparse (void);
/* Generated from:
* 41d458c12a47d69d8ab1315970582b2055ecea77bfc8a582b557e9b3df1c290a perly.y
- * b6fae5748f9bef6db4740aa5e122b84ac5181852d42474d0ecad621fa4253306 regen_perly.pl
+ * 0947213b55d0ed11693554bea04987e886cf285f5c14cf9075fa1e7acc3f4061 regen_perly.pl
* ex: set ro: */