mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
[CRT]
* Don't use the builtin version of _alloca svn path=/trunk/; revision=58654
This commit is contained in:
parent
a3c3a4df99
commit
7e7500bd93
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ extern "C" {
|
|||
_msize(
|
||||
_In_ void *_Memory);
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if __GNUC__ && 0
|
||||
#undef _alloca
|
||||
#define _alloca(x) __builtin_alloca((x))
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue