* revert r58654, it was not necessary

svn path=/trunk/; revision=58655
This commit is contained in:
Jérôme Gardou 2013-04-02 21:02:50 +00:00
parent 7e7500bd93
commit 5ad1b4a185

View file

@ -228,7 +228,7 @@ extern "C" {
_msize(
_In_ void *_Memory);
#if __GNUC__ && 0
#ifdef __GNUC__
#undef _alloca
#define _alloca(x) __builtin_alloca((x))
#else