server-skynet-source-3rd-je.../include
Paul Smith be65438f20 jemalloc_internal_types.h: Use alloca if __STDC_NO_VLA__ is defined
No currently-available version of Visual Studio C compiler supports
variable length arrays, even if it defines __STDC_VERSION__ >= C99.
As far as I know Microsoft has no plans to ever support VLAs in MSVC.

The C11 standard requires that the __STDC_NO_VLA__ macro be defined if
the compiler doesn't support VLAs, so fall back to alloca() if so.
2022-10-14 15:48:32 -07:00
..
jemalloc jemalloc_internal_types.h: Use alloca if __STDC_NO_VLA__ is defined 2022-10-14 15:48:32 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00