This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Reducing build warnings (1)
- To: Bruno Haible <haible at ilog dot fr>
- Subject: Re: [patch] Reducing build warnings (1)
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 29 Mar 1998 23:54:21 -0700
- Cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199801021304.OAA07342@halles.ilog.fr>you write:
>
> Hi,
>
> First attempt at reducing the warnings when building gcc with "gcc -Wall":
> Include stdlib.h so that malloc(), realloc(), free(), qsort(), atoi() get
> declared.
>
> Thu Jan 1 10:56:45 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsr
> uhe.de>
>
> * prefix.c: Include stdlib.h.
[ ... ]
I believe this patch should no longer be necesary now that we're
converting the compiler to use system.h.
jeff