This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch installed for warning in concat.c
- To: ghazi at caip dot rutgers dot edu
- Subject: Re: Patch installed for warning in concat.c
- From: DJ Delorie <dj at redhat dot com>
- Date: Sat, 29 Sep 2001 19:36:41 -0400
- CC: gcc-patches at gcc dot gnu dot org
- References: <200109281532.LAA29763@caip.rutgers.edu>
> recompiling concat.c. Installed as obvious.
>
> +#if HAVE_STDLIB_H
Obvious but wrong. You should use #ifdef here, not #if.