Undefine `ruby_debug_log` macro before the function definition

Fix up 27173e3735.
This commit is contained in:
Nobuyoshi Nakada 2022-08-30 11:21:20 +09:00
parent ddca3482ef
commit d6acaa4d42
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 1 additions and 0 deletions

View File

@ -499,6 +499,7 @@ pretty_filename(const char *path)
return path;
}
#undef ruby_debug_log
void
ruby_debug_log(const char *file, int line, const char *func_name, const char *fmt, ...)
{