Namely glibc has this macro on -DFORTIFY_SOURCE.  We have to prevent
macro redefinition with different macro body.
This commit is contained in:
卜部昌平 2020-02-13 13:33:49 +09:00
Родитель 8920e2040a
Коммит 7aa3f1fe69
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -189,6 +189,7 @@ const ID rb_iseq_shared_exc_local_tbl[] = {idERROR_INFO};
#endif
#if CPDEBUG > 1 || CPDEBUG < 0
#undef printf
#define printf ruby_debug_printf
#define debugs if (compile_debug_print_indent(1)) ruby_debug_printf
#define debug_compile(msg, v) ((void)(compile_debug_print_indent(1) && fputs((msg), stderr)), (v))