summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2017-09-13 16:52:16 -0600
committerTodd Rinaldo <toddr@cpan.org>2017-11-11 01:07:18 -0600
commite64a0c479a78e9bc54dcc90ad1f86337aad2c797 (patch)
tree3d989a1ce2e4c63ee87c34b7f24e98f10337d29b /perly.h
parent83461ff88314343113a71164e691909448c35442 (diff)
downloadperl-e64a0c479a78e9bc54dcc90ad1f86337aad2c797.tar.gz
Replace multiple 'use vars' by 'our' in regen.
then run ./regen_perly.pl to update perly files
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/perly.h b/perly.h
index 43b8885f13..eb14b421c7 100644
--- a/perly.h
+++ b/perly.h
@@ -1,17 +1,17 @@
/* -*- buffer-read-only: t -*-
!!!!!!! DO NOT EDIT THIS FILE !!!!!!!
- This file is built by regen_perly.pl from perly.y.
+ This file is built by ./regen_perly.pl from perly.y.
Any changes made here will be lost!
*/
#define PERL_BISON_VERSION 30000
#ifdef PERL_CORE
-/* A Bison parser, made by GNU Bison 3.0.2. */
+/* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989-1990, 2000-2015 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
@@ -160,7 +160,7 @@ S_is_opval_token(int type) {
#endif /* PERL_IN_TOKE_C */
#endif /* PERL_CORE */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
-typedef union YYSTYPE YYSTYPE;
+
union YYSTYPE
{
@@ -171,6 +171,8 @@ union YYSTYPE
GV *gvval;
};
+
+typedef union YYSTYPE YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1
#endif
@@ -182,5 +184,5 @@ int yyparse (void);
/* Generated from:
* 4667736d3c31a5169bab73c89d70a27dbce5ea4fe7e3c332a236f8a210aafdc2 perly.y
- * 153cba5d215c1a083a0459c43f4d55c45fd0a7093c197d7247a456dcde21ea53 regen_perly.pl
+ * b6fae5748f9bef6db4740aa5e122b84ac5181852d42474d0ecad621fa4253306 regen_perly.pl
* ex: set ro: */