зеркало из https://github.com/github/ruby.git
PAGE_SIZE is never used on msys/mingw
This commit is contained in:
Родитель
de6e76ff25
Коммит
adafa8105f
2
gc.c
2
gc.c
|
@ -871,7 +871,7 @@ static const bool USE_MMAP_ALIGNED_ALLOC = true;
|
|||
|
||||
static bool use_mmap_aligned_alloc;
|
||||
# endif
|
||||
#else
|
||||
#elif !defined(__MINGW32__) && !defined(_WIN32)
|
||||
static const bool USE_MMAP_ALIGNED_ALLOC = false;
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче