Merge branch 'alloca-fix' of https://github.com/mackron/stb into test

This commit is contained in:
Sean Barrett 2020-07-13 02:47:41 -07:00
commit cae97bdb17

View File

@ -599,7 +599,9 @@ enum STBVorbisError
#undef __forceinline
#endif
#define __forceinline
#ifndef alloca
#define alloca __builtin_alloca
#endif
#elif !defined(_MSC_VER)
#if __GNUC__
#define __forceinline inline