summaryrefslogtreecommitdiff
path: root/perly.y
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-13 09:05:42 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-13 09:05:42 +0000
commit2051588124b1d9accc9aeb526746bb222cea5170 (patch)
tree26ea5dfdc19c35b0bce237a57c8825d1fd5423c8 /perly.y
parentd52fe7da486fd032a82c29ee467dd8504f394b88 (diff)
downloadperl-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.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/perly.y b/perly.y
index 1d20b04ce0..250176ac9e 100644
--- a/perly.y
+++ b/perly.y
@@ -77,6 +77,7 @@
%nonassoc EQOP
%nonassoc RELOP
%nonassoc UNIOP UNIOPSUB
+%nonassoc REQUIRE
%left <ival> SHIFTOP
%left ADDOP
%left MULOP