diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-13 09:05:42 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-10-13 09:05:42 +0000 |
commit | 2051588124b1d9accc9aeb526746bb222cea5170 (patch) | |
tree | 26ea5dfdc19c35b0bce237a57c8825d1fd5423c8 /perly.h | |
parent | d52fe7da486fd032a82c29ee467dd8504f394b88 (diff) | |
download | perl-2051588124b1d9accc9aeb526746bb222cea5170.tar.gz |
The new REQUIRE token introduced by change 25599 must be
nonassoc, just like the UNIOP token it's patterned after.
(While we're at it, allow to use bison 2.1 to regenerate
the parser files.)
p4raw-id: //depot/perl@25746
Diffstat (limited to 'perly.h')
-rw-r--r-- | perly.h | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,8 +1,8 @@ #ifdef PERL_CORE -/* A Bison parser, made by GNU Bison 2.0. */ +/* A Bison parser, made by GNU Bison 2.1. */ /* Skeleton parser for Yacc-like parsing with Bison, - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 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 @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. @@ -96,6 +96,7 @@ ARROW = 321 }; #endif +/* Tokens. */ #define WORD 258 #define METHOD 259 #define FUNCMETH 260 @@ -173,8 +174,8 @@ typedef union YYSTYPE { OP *opval; GV *gvval; } YYSTYPE; -/* Line 1318 of yacc.c. */ -#line 176 "perly.h" +/* Line 1447 of yacc.c. */ +#line 177 "perly.h" # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 # define YYSTYPE_IS_TRIVIAL 1 |