mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Define bounds-checking interfaces macro for each file
This commit is contained in:
parent
a97dedf761
commit
5c98ee02d2
Notes:
git
2023-08-26 16:23:20 +00:00
2 changed files with 4 additions and 3 deletions
4
util.c
4
util.c
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue