Re: documentation of AC_FUNC_ALLOCA and mingw-w64 compilers

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

 



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.

_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
https://lists.gnu.org/mailman/listinfo/autoconf


[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux