[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge branch 'alloca-fix' of https://github.com/mackron/stb into test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Barrett committed Jul 13, 2020
2 parents fdafd1a + 1d35dc8 commit cae97bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stb_vorbis.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cae97bd

Please sign in to comment.