From 75b10ac6963531e60690064dbf2e40bd5cbd018e Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 23 Sep 2008 08:03:41 +0000 Subject: * debug.h (ruby_set_debug_option): declared. * main.c: include debug.h. * common.mk (main.$(OBJEXT)): dependency updated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- debug.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 5c4b19a78b..107ece9ec4 100644 --- a/debug.h +++ b/debug.h @@ -29,4 +29,8 @@ int ruby_debug_print_indent(int level, int debug_level, int indent_level); void ruby_debug_breakpoint(void); void ruby_debug_gc_check_func(void); +#ifdef RUBY_DEBUG_ENV +void ruby_set_debug_option(const char *str); +#endif + #endif /* RUBY_DEBUG_H */ -- cgit v1.2.3