summaryrefslogtreecommitdiff
path: root/lex.c.src
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-25 12:55:47 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-25 12:55:47 +0000
commit89080e02549b607d737f81e5868ff3396d537d97 (patch)
treee9cbd5f6be78b6e61f62fab1489742081ca8e008 /lex.c.src
parentd02ef8342cb24af29aff64ff7985594845989bdb (diff)
* parse.y (primary): make functional-style not operator to act
like function. see <http://d.hatena.ne.jp/ku-ma-me/20080624/p1>. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lex.c.src')
-rw-r--r--lex.c.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lex.c.src b/lex.c.src
index 504d5230bf..f0d82a7667 100644
--- a/lex.c.src
+++ b/lex.c.src
@@ -31,7 +31,7 @@ in, {keyword_in, keyword_in}, EXPR_VALUE
module, {keyword_module, keyword_module}, EXPR_VALUE
next, {keyword_next, keyword_next}, EXPR_MID
nil, {keyword_nil, keyword_nil}, EXPR_END
-not, {keyword_not, keyword_not}, EXPR_VALUE
+not, {keyword_not, keyword_not}, EXPR_ARG
or, {keyword_or, keyword_or}, EXPR_VALUE
redo, {keyword_redo, keyword_redo}, EXPR_END
rescue, {keyword_rescue, modifier_rescue}, EXPR_MID