From bb7a2d40ff6190f819feb3d9eef0caaffec1a3f9 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 21 Mar 2007 11:15:15 +0000 Subject: * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, proc.c, vm.c, vm_macro.def, vm_macro.def, yarvcore.c, yarvcore.h, debug.c, debug.h: merge half-baked-1.9 changes. The biggest change is to change node structure around NODE_SCOPE, NODE_ARGS. Every scope (method/class/block) has own NODE_SCOPE node and NODE_ARGS represents more details of arguments information. I'll write a document about detail of node structure. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- yarvcore.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'yarvcore.h') diff --git a/yarvcore.h b/yarvcore.h index 189ae86cb0..7eb6a8abb6 100644 --- a/yarvcore.h +++ b/yarvcore.h @@ -401,9 +401,6 @@ struct rb_thread_struct /* for rb_iterate */ rb_block_t *passed_block; - /* passed via parse.y, eval.c (rb_scope_setup_local_tbl) */ - ID *top_local_tbl; - /* for load(true) */ VALUE top_self; VALUE top_wrapper; -- cgit v1.2.3