mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +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(
|
_msize(
|
||||||
_In_ void *_Memory);
|
_In_ void *_Memory);
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#if __GNUC__ && 0
|
||||||
#undef _alloca
|
#undef _alloca
|
||||||
#define _alloca(x) __builtin_alloca((x))
|
#define _alloca(x) __builtin_alloca((x))
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue