1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2010-10-13 02:04:10 +00:00
parent 5ba5d4c889
commit 8022385ba4
4 changed files with 13 additions and 13 deletions

View file

@ -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