toplev.c
Jeffrey A Law
law@cygnus.com
Sat Jan 17 22:30:00 GMT 1998
In message < 199801151510.QAA00160@sunsite.ms.mff.cuni.cz >you write:
> Hi!
>
> In toplev.c I read:
>
> #ifdef __alpha
> extern char *sbrk ();
> #endif
>
> Now, this prototype is needed not only for alpha, but for all 64bit
> platforms which have sizeof(void *) > sizeof(int).
Seems to me like this is something autoconf should be able to do for
us. Having stuff like this is simply unclean.
Anyone want to fix this up? It shouldn't be all that hard for something
that knows autoconf.
jeff
More information about the Gcc
mailing list