summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-10-25 19:29:25 +0200
committerYves Orton <demerphq@gmail.com>2022-10-31 07:57:25 +0100
commitc06746dce9294ecbcea2fe5971680a2eee46ed0a (patch)
tree0ec7a21bb5afd9642e53d30215a8cbb208c6e390 /perly.h
parentd91f67a32206bcc68108d3870c4864475d1f863b (diff)
downloadperl-c06746dce9294ecbcea2fe5971680a2eee46ed0a.tar.gz
perly.* - update perly files with more recent bison
I want to modify perly with a comment. But that would leave us with output files that are out of date in comparison with the input files. My bison is later than the last used for perl, so running it without my patch makes large changes. Therefore I have separated the change into two pieces, the first just updates everything using my more modern bison, the second runs bison again with the change I actually made. This is the first of the pair, nothing changes here except that which bison changed.
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/perly.h b/perly.h
index 582dca93cc..b047113bfc 100644
--- a/perly.h
+++ b/perly.h
@@ -4,14 +4,14 @@
Any changes made here will be lost!
*/
-#define PERL_BISON_VERSION 30003
+#define PERL_BISON_VERSION 30005
#ifdef PERL_CORE
-/* A Bison parser, made by GNU Bison 3.3. */
+/* A Bison parser, made by GNU Bison 3.5.1. */
/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation,
+ Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
@@ -197,7 +197,6 @@ S_is_opval_token(int type) {
#endif /* PERL_IN_TOKE_C */
#endif /* PERL_CORE */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
-
union YYSTYPE
{
@@ -207,8 +206,8 @@ union YYSTYPE
OP *opval;
GV *gvval;
-};
+};
typedef union YYSTYPE YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1