diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-19 09:27:49 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-02-19 09:27:49 +0000 |
commit | 884efe7c5ecfe5bf0621008b7a535729b4c07b97 (patch) | |
tree | 0380cb0e4887dd83e1047c42285c3eb6e3ae9856 /node.h | |
parent | d22fc7c4d8849c86774b049bd6ef02005187c671 (diff) |
* node.h (nd_cpath): nested class/module declaration.
[EXPREIMENTAL]
* eval.c (rb_eval): ditto.
* gc.c (rb_gc_mark_children): ditto.
* parse.y (cpath): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'node.h')
-rw-r--r-- | node.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -218,7 +218,7 @@ typedef struct RNode { #define nd_cfnc u1.cfunc #define nd_argc u2.argc -#define nd_cname u1.id +#define nd_cpath u1.node #define nd_super u3.node #define nd_modl u1.id |