diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | eval.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Thu Feb 17 00:02:27 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (is_defined): NODE_IASGN is an assignment. + Wed Feb 16 23:34:30 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * lib/drb/drb.rb: add lazy stop_service. ([druby-ja:109]) @@ -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: |
