summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-02-19 01:13:25 +0100
committerYves Orton <demerphq@gmail.com>2023-02-19 09:44:05 +0800
commit35988648b751a6a6a89ef036938e45613657bc67 (patch)
treec5dd5e11d9db235a58830557ae9ad009e54e852f /perly.h
parent6a3688ca38336cac59b24ee3b841aa175e06a65e (diff)
downloadperl-35988648b751a6a6a89ef036938e45613657bc67.tar.gz
perly.* - update generated files to include file type in modeline
This is a companion patch to the previous one, it is generated with a slightly more modern Bison which produces better indented output, and puts parens around constant defines and other minor changes. It is recommended to view this patch with the -w option to skip most of the the "non change" changes it contains.
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/perly.h b/perly.h
index 4002a82603..0652da66a6 100644
--- a/perly.h
+++ b/perly.h
@@ -1,17 +1,17 @@
-/* -*- buffer-read-only: t -*-
+/* -*- mode: C; buffer-read-only: t -*-
!!!!!!! DO NOT EDIT THIS FILE !!!!!!!
This file is built by regen_perly.pl from perly.y.
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
@@ -213,7 +213,6 @@ S_is_opval_token(int type) {
#endif /* PERL_IN_TOKE_C */
#endif /* PERL_CORE */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
-
union YYSTYPE
{
@@ -223,8 +222,8 @@ union YYSTYPE
OP *opval;
GV *gvval;
-};
+};
typedef union YYSTYPE YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1
@@ -238,4 +237,4 @@ int yyparse (void);
/* Generated from:
* 404f5c053415e3ead8d5b0e39c35188e47e522bbccd25374bdcf5128f1b93ccc perly.y
* acf1cbfd2545faeaaa58b1cf0cf9d7f98b5be0752eb7a54528ef904a9e2e1ca7 regen_perly.pl
- * ex: set ro: */
+ * ex: set ro ft=C: */