diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2005-09-01 10:41:36 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-13 13:25:23 +0000 |
commit | 9a9798c21b8a0b65f8e87f35074ebb595dc00f1c (patch) | |
tree | 7844ebfa00e69c9218ffdb8baf48861bcb7ac7a3 /perly.h | |
parent | 7579600832ee021c8e462ff004f49fb7da5fca41 (diff) | |
download | perl-9a9798c21b8a0b65f8e87f35074ebb595dc00f1c.tar.gz |
Allow non-arrowed form of chained subscripts after slices
Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
Date: Thu, 1 Sep 2005 17:41:36 -0700
Message-ID: <20050902004136.GA2656@efn.org>
Date: Mon, 5 Sep 2005 08:10:20 -0700
Message-ID: <20050905151020.GA3556@efn.org>
p4raw-id: //depot/perl@25399
Diffstat (limited to 'perly.h')
-rw-r--r-- | perly.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ #ifdef PERL_CORE -/* A Bison parser, made by GNU Bison 1.875c. */ +/* A Bison parser, made by GNU Bison 2.0. */ /* Skeleton parser for Yacc-like parsing with Bison, - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 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 @@ -171,7 +171,7 @@ typedef union YYSTYPE { OP *opval; GV *gvval; } YYSTYPE; -/* Line 1275 of yacc.c. */ +/* Line 1318 of yacc.c. */ #line 174 "perly.h" # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 |