Skip to content

Commit

Permalink
unbreak win32 and win64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Dec 15, 2014
1 parent 2cdf819 commit dc1f5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codegen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ extern void __chkstk(void);
#endif
#else
#if defined(_COMPILER_MINGW_)
#undef _alloca
extern void _alloca(void);
#else
extern void _chkstk(void);
Expand Down

0 comments on commit dc1f5aa

Please sign in to comment.