Define bounds-checking interfaces macro for each file

This commit is contained in:
Nobuyoshi Nakada 2023-08-27 00:12:03 +09:00
parent a97dedf761
commit 5c98ee02d2
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
Notes: git 2023-08-26 16:23:20 +00:00
2 changed files with 4 additions and 3 deletions

4
util.c
View file

@ -13,6 +13,10 @@
# define MINGW_HAS_SECURE_API 1
#endif
#ifndef __STDC_WANT_LIB_EXT1__
#define __STDC_WANT_LIB_EXT1__ 1
#endif
#include "ruby/internal/config.h"
#include <ctype.h>