зеркало из https://github.com/github/ruby.git
Define fallback RUBY_DEVEL to suppress undef warnings
This commit is contained in:
Родитель
0867b638af
Коммит
566bdaef31
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче