зеркало из https://github.com/github/ruby.git
Remove duplicate `#include <string.h>` [ci skip]
This commit is contained in:
Родитель
b7237e3bbd
Коммит
78c5bb1136
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче