From 59c061235f7bb39d6a33b7e2b7fb4e3db57305db Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 24 May 2008 17:50:17 +0000 Subject: * eval_method.c: renamed from vm_method.c. "vm_method.c" is included by "vm.c". * vm_eval.c: added. Some codes are moved from "eval.c" * common.mk: fix for above changes. * compile.c: make a vm_eval(0) * eval.c, eval_error.c, eval_intern.h, eval_jump.c, proc.c, vm.c, id.c, id.h, vm_core.h, vm_dump.c, vm_evalbody.c, vm_insnhelper.c, blockinlining.c: fix for above changes. and do some refactoring. this changes improve rb_yield() performance. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- id.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'id.h') diff --git a/id.h b/id.h index 15654b2be3..c6fa92ff74 100644 --- a/id.h +++ b/id.h @@ -50,5 +50,6 @@ extern ID idBitblt; extern ID idAnswer; extern ID idSend; extern ID id__send__; - +extern ID idRespond_to; +extern ID idInitialize; #endif /* RUBY_ID_H */ -- cgit v1.2.3