Use real filename instead of __FILE__

This commit is contained in:
Daisuke Fujimura (fd0) 2024-06-02 21:22:39 +09:00 committed by Nobuyoshi Nakada
parent 1f8c45aa51
commit e1c9e6244b

View File

@ -356,7 +356,7 @@ RB_DEBUG_COUNTER(load_path_is_not_realpath)
enum rb_debug_counter_type {
#define RB_DEBUG_COUNTER(name) RB_DEBUG_COUNTER_##name,
#include __FILE__
#include "debug_counter.h"
RB_DEBUG_COUNTER_MAX
#undef RB_DEBUG_COUNTER
};