From 7980e653e57ae5b539533dee1d0b1a00fc16ea5d Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 24 Jun 2007 17:19:22 +0000 Subject: * call_cfunc.ci: removed. * insnhelper.ci: added. this function includes all functions that vm insns need. * common.mk: ditto. * insnhelper.h, vm.h, vm.c: move some declaration. * gc.h: remove GC_CHECK() macro because GC.stress is more useful. * compile.c, iseq.c, vm_dump: ditto. * gc.h, thread.c: move a prototype decalaration. * debug.c, debug.h: rename some functions. * compile.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- gc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gc.h') diff --git a/gc.h b/gc.h index b9b1eb4ece..0c3d351416 100644 --- a/gc.h +++ b/gc.h @@ -3,6 +3,7 @@ #define RUBY_GC_H 1 NOINLINE(void rb_gc_set_stack_end(VALUE **stack_end_p)); +NOINLINE(void rb_gc_save_machine_context(rb_thread_t *)); /* for GC debug */ -- cgit v1.2.3