mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Define fallback RUBY_DEVEL to suppress undef warnings
(cherry picked from commit 566bdaef31)
This commit is contained in:
parent
cd50457455
commit
17b48db00f
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,10 @@ void ruby_set_debug_option(const char *str);
|
|||
|
||||
RUBY_SYMBOL_EXPORT_END
|
||||
|
||||
#ifndef RUBY_DEVEL
|
||||
# define RUBY_DEVEL 0
|
||||
#endif
|
||||
|
||||
#if RUBY_DEVEL
|
||||
#ifndef USE_RUBY_DEBUG_LOG
|
||||
#define USE_RUBY_DEBUG_LOG 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue