From 8022385ba4d7031031372846d62d686422c108ed Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 13 Oct 2010 02:04:10 +0000 Subject: * debug.c (ruby_set_debug_option): define always for binary compatibility with debug env enabled binary. * signal.c (ruby_enable_coredump): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- debug.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'debug.c') diff --git a/debug.c b/debug.c index 02fa929..4959f92 100644 --- a/debug.c +++ b/debug.c @@ -136,7 +136,6 @@ ruby_debug_breakpoint(void) /* */ } -#ifdef RUBY_DEBUG_ENV static void set_debug_option(const char *str, int len, void *arg) { @@ -161,4 +160,3 @@ ruby_set_debug_option(const char *str) { ruby_each_words(str, set_debug_option, 0); } -#endif -- cgit v1.1