summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-13 02:04:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-13 02:04:10 +0000
commit8022385ba4d7031031372846d62d686422c108ed (patch)
tree2571cd2c36d27cb3d7b679768e4834217c30a4b0 /debug.h
parent5ba5d4c889a4f80f39be65d52746e4528b6f20e2 (diff)
* 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
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/debug.h b/debug.h
index cf904b6fcd..cc85a550f1 100644
--- a/debug.h
+++ b/debug.h
@@ -32,10 +32,7 @@ NODE *ruby_debug_print_node(int level, int debug_level, const char *header, cons
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
#if defined __GNUC__ && __GNUC__ >= 4
#pragma GCC visibility pop