mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Undefine ruby_debug_log
macro before the function definition
Fix up 27173e3735
.
This commit is contained in:
parent
ddca3482ef
commit
d6acaa4d42
1 changed files with 1 additions and 0 deletions
1
debug.c
1
debug.c
|
@ -499,6 +499,7 @@ pretty_filename(const char *path)
|
||||||
return path;
|
return path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef ruby_debug_log
|
||||||
void
|
void
|
||||||
ruby_debug_log(const char *file, int line, const char *func_name, const char *fmt, ...)
|
ruby_debug_log(const char *file, int line, const char *func_name, const char *fmt, ...)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue