summaryrefslogtreecommitdiff
path: root/debug_counter.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-08-07 23:22:06 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-18 23:16:22 +0900
commite1b234148829f65bea9f5ecc7018beb782ea6023 (patch)
tree7983adf15708c3caca19474fc152bc0c4f29c733 /debug_counter.c
parent39492d6ce6ee11cbb275dc6f48c73de93f8549ce (diff)
Update dependencies
Diffstat (limited to 'debug_counter.c')
-rw-r--r--debug_counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_counter.c b/debug_counter.c
index 60cc2c3ac1..d50327aa72 100644
--- a/debug_counter.c
+++ b/debug_counter.c
@@ -9,11 +9,11 @@
**********************************************************************/
#include "debug_counter.h"
-#if USE_DEBUG_COUNTER
#include <stdio.h>
#include <locale.h>
#include "internal.h"
+#if USE_DEBUG_COUNTER
static const char *const debug_counter_names[] = {
""
#define RB_DEBUG_COUNTER(name) #name,