From a0705f0f565d493ef790366197e9a414230d1924 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 19 Feb 2003 09:27:49 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@3506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.h') diff --git a/node.h b/node.h index 5f997654a..8b667853e 100644 --- a/node.h +++ b/node.h @@ -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 -- cgit