mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ RB_DEBUG_COUNTER(load_path_is_not_realpath)
|
|||
|
||||
enum rb_debug_counter_type {
|
||||
#define RB_DEBUG_COUNTER(name) RB_DEBUG_COUNTER_##name,
|
||||
#include "debug_counter.h"
|
||||
#include __FILE__
|
||||
RB_DEBUG_COUNTER_MAX
|
||||
#undef RB_DEBUG_COUNTER
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue