mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove duplicate #include <string.h>
[ci skip]
This commit is contained in:
parent
b7237e3bbd
commit
78c5bb1136
2 changed files with 2 additions and 5 deletions
|
@ -1,12 +1,9 @@
|
|||
#ifndef __STDC_WANT_LIB_EXT1__
|
||||
#define __STDC_WANT_LIB_EXT1__ 1
|
||||
#define __STDC_WANT_LIB_EXT1__ 1 /* for memset_s() */
|
||||
#endif
|
||||
|
||||
#include "ruby/missing.h"
|
||||
#include <string.h>
|
||||
#ifdef HAVE_MEMSET_S
|
||||
# include <string.h>
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
|
|
2
util.c
2
util.c
|
@ -14,7 +14,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef __STDC_WANT_LIB_EXT1__
|
||||
#define __STDC_WANT_LIB_EXT1__ 1
|
||||
#define __STDC_WANT_LIB_EXT1__ 1 /* for qsort_s() */
|
||||
#endif
|
||||
|
||||
#include "ruby/internal/config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue