Skip to content

Commit d6acaa4

Browse files
committed
Undefine ruby_debug_log macro before the function definition
Fix up 27173e3.
1 parent ddca348 commit d6acaa4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

debug.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ pretty_filename(const char *path)
499499
return path;
500500
}
501501

502+
#undef ruby_debug_log
502503
void
503504
ruby_debug_log(const char *file, int line, const char *func_name, const char *fmt, ...)
504505
{

0 commit comments

Comments
 (0)