mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-05 23:19:31 +03:00
add comment on #if ending
This commit is contained in:
parent
4841bc1721
commit
f0f9aecfe4
1 changed files with 2 additions and 2 deletions
|
@ -491,8 +491,8 @@ static bool mi_getenv(const char* name, char* result, size_t result_size) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif // !MI_USE_ENVIRON
|
||||||
#endif
|
#endif // !MI_NO_GETENV
|
||||||
|
|
||||||
static void mi_option_init(mi_option_desc_t* desc) {
|
static void mi_option_init(mi_option_desc_t* desc) {
|
||||||
// Read option value from the environment
|
// Read option value from the environment
|
||||||
|
|
Loading…
Add table
Reference in a new issue