summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-01-04 10:17:22 +1100
committerTony Cook <tony@develop-help.com>2016-01-21 11:49:34 +1100
commit08b3e84fbb1c493d7157c2ad8d1dec4242c965cc (patch)
tree93cfe5dfd8ca9d0af6b68d057a61b53815581a08 /perly.h
parentd15ad02e8936a558368fd0a2b425c0e184ee848e (diff)
downloadperl-08b3e84fbb1c493d7157c2ad8d1dec4242c965cc.tar.gz
[perl #127122] warn on unless (assignment) when syntax warnings are on
Previously the assignment was hidden by the not op wrapped around the condition, but newCONDOP() is sufficiently flexible that it isn't needed.
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/perly.h b/perly.h
index 1170e9ce28..d72772d45f 100644
--- a/perly.h
+++ b/perly.h
@@ -5,11 +5,11 @@
*/
#ifdef PERL_CORE
-/* A Bison parser, made by GNU Bison 2.7. */
+/* A Bison parser, made by GNU Bison 2.7.12-4996. */
/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989-1990, 2000-2013 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
@@ -243,7 +243,7 @@ S_is_opval_token(int type) {
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
{
-/* Line 2058 of yacc.c */
+/* Line 2053 of yacc.c */
I32 ival; /* __DEFAULT__ (marker for regen_perly.pl;
must always be 1st union member) */
@@ -252,7 +252,7 @@ typedef union YYSTYPE
GV *gvval;
-/* Line 2058 of yacc.c */
+/* Line 2053 of yacc.c */
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
@@ -276,6 +276,6 @@ int yyparse ();
/* Generated from:
- * a0bc910627eeeffe8245b9a63dd97238e2e6b27b544be36b37d078cf6aba699b perly.y
+ * f6b41138394461b75dff7cc97a55c3e6682571cf7e66b977351d30f1534831b2 perly.y
* d1d4df7b8e30ac9dede664af9179e6e5e7ddc7f2ad9c4eff9e2e5b32c9e16a6e regen_perly.pl
* ex: set ro: */