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

master
Sean Barrett ago%!(EXTRA string=5 years)
commit cae97bdb17
  1. 2
      stb_vorbis.c

@ -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

Loading…
Cancel
Save