summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-16 15:06:20 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-16 15:06:20 +0000
commitf98ad4f81e0bd448fc5808189a753db0fc992b73 (patch)
tree24954f07899d66ff7b3eb0d3514442663dd4ca50 /eval.c
parent43e0e4a634b66212206418d61f51bdd8b7941710 (diff)
* eval.c (is_defined): NODE_IASGN is an assignment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 9b634dd95f..90c5eb317f 100644
--- a/eval.c
+++ b/eval.c
@@ -2271,6 +2271,7 @@ is_defined(self, node, buf)
case NODE_DASGN:
case NODE_DASGN_CURR:
case NODE_GASGN:
+ case NODE_IASGN:
case NODE_CDECL:
case NODE_CVDECL:
case NODE_CVASGN: