Define fallback RUBY_DEVEL to suppress undef warnings
This commit is contained in:
parent
0867b638af
commit
566bdaef31
Notes:
git
2021-12-25 18:04:45 +09:00
@ -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…
x
Reference in New Issue
Block a user