mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-24 10:00:07 +08:00
win32: remove #define alloca from mingw headers
This commit is contained in:
parent
679f0794f8
commit
720a32ede4
@ -148,7 +148,7 @@ extern "C" {
|
||||
#ifdef __GNUC__
|
||||
#define alloca(x) __builtin_alloca((x))
|
||||
#else
|
||||
#define alloca _alloca
|
||||
//gr #define alloca _alloca
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user