mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
PAGE_SIZE is never used on msys/mingw
This commit is contained in:
parent
de6e76ff25
commit
adafa8105f
1 changed files with 1 additions and 1 deletions
2
gc.c
2
gc.c
|
@ -871,7 +871,7 @@ static const bool USE_MMAP_ALIGNED_ALLOC = true;
|
||||||
|
|
||||||
static bool use_mmap_aligned_alloc;
|
static bool use_mmap_aligned_alloc;
|
||||||
# endif
|
# endif
|
||||||
#else
|
#elif !defined(__MINGW32__) && !defined(_WIN32)
|
||||||
static const bool USE_MMAP_ALIGNED_ALLOC = false;
|
static const bool USE_MMAP_ALIGNED_ALLOC = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue