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.y | |
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.y')
-rw-r--r-- | perly.y | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ %nonassoc EQOP %nonassoc RELOP %nonassoc UNIOP UNIOPSUB +%nonassoc REQUIRE %left <ival> SHIFTOP %left ADDOP %left MULOP |