1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update dependencies

This commit is contained in:
Nobuyoshi Nakada 2019-08-07 23:22:06 +09:00
parent 39492d6ce6
commit e1b2341488
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
19 changed files with 109 additions and 308 deletions

View file

@ -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,