debug_counter.h: include __FILE__ to recurse
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d4d966f967
commit
1fd1fb2f2c
@ -77,7 +77,7 @@ RB_DEBUG_COUNTER(load_path_is_not_realpath)
|
|||||||
|
|
||||||
enum rb_debug_counter_type {
|
enum rb_debug_counter_type {
|
||||||
#define RB_DEBUG_COUNTER(name) RB_DEBUG_COUNTER_##name,
|
#define RB_DEBUG_COUNTER(name) RB_DEBUG_COUNTER_##name,
|
||||||
#include "debug_counter.h"
|
#include __FILE__
|
||||||
RB_DEBUG_COUNTER_MAX
|
RB_DEBUG_COUNTER_MAX
|
||||||
#undef RB_DEBUG_COUNTER
|
#undef RB_DEBUG_COUNTER
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user