mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update dependencies
This commit is contained in:
parent
39492d6ce6
commit
e1b2341488
19 changed files with 109 additions and 308 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue