autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: documentation of AC_FUNC_ALLOCA and mingw-w64 compilers


From: Paul Eggert
Subject: Re: documentation of AC_FUNC_ALLOCA and mingw-w64 compilers
Date: Sun, 22 Jan 2012 22:54:09 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111124 Thunderbird/8.0

On 01/22/2012 12:56 PM, Vincent Torri wrote:
> in malloc.h:
> 
> #ifdef __GNUC__
> #undef _alloca
> #define _alloca(x) __builtin_alloca((x))
> #else
>   void *__cdecl _alloca(size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
> #endif

But this doesn't define alloca.
It defines _alloca, which is a different symbol.
So I don't understand the problem.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]