From cea7600b524cfc5023a15436f1263a5c872f99d9 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 20 Nov 2012 12:57:49 +0000 Subject: * include/ruby/debug.h: introdudced. Debugging/profiling features will be located. * vm_trace.c: expose C-level TracePoint APIs. Note that they are experimental. * vm_trace.c, include/ruby/debug.h: rename `rb_hook_flag_t' to `rb_event_hook_flag_t'. Macro names `RUBY_HOOK_FLAG_*' are also renamed to `RUBY_EVENT_HOOK_FLAG_*'. * debug.h, vm_debug.h: rename debug.h to vm_debug.h. * common.mk: ditto. * debug.c, main.c, vm_core.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index f4d526ad95..16da117732 100644 --- a/main.c +++ b/main.c @@ -11,7 +11,7 @@ #undef RUBY_EXPORT #include "ruby.h" -#include "debug.h" +#include "vm_debug.h" #ifdef HAVE_LOCALE_H #include #endif -- cgit v1.2.1