1
0
Fork 0
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:
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

View file

@ -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, ...)
{ {