Help with source code.
Andrea Pretto
aptt86@yahoo.it
Sun Sep 5 17:52:00 GMT 2004
>It is provided by GCC, hence the reason why it is surrounded by
>__GNUC__.
Yes,but if I compile the source with -std=c89 or -ansi, the builtin
is not defined, then is used 'extern void *alloca (size_t __size)
__THROW;',
which is a normal function define elsewhere ( probably in GNU C
Library... )and called by a normal 'call' procedure.
My question: where is the alloca funtion in the GNU Libc source tree ???
( Please CC:me )
More information about the Libc-alpha
mailing list