This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] Silence ar compile warnings
- From: Alan Modra <amodra at bigpond dot net dot au>
- To: Thiemo Seufer <ica2_ts at csv dot ica dot uni-stuttgart dot de>
- Cc: binutils at sources dot redhat dot com
- Date: Tue, 4 Dec 2001 09:12:32 +1030
- Subject: Re: [PATCH] Silence ar compile warnings
- References: <20011203103048.M487@rembrandt.csv.ica.uni-stuttgart.de>
On Mon, Dec 03, 2001 at 10:30:48AM +0100, Thiemo Seufer wrote:
>
> /binutils/ChangeLog
> * arlex.l: Silence compile warnings.
> * arsup.h: Likewise.
OK.
> +++ source/binutils/arsup.h Sun Dec 2 20:15:57 2001
> @@ -64,6 +64,9 @@ ar_extract PARAMS ((struct list *));
> bfd *
> open_inarch PARAMS ((const char *archive_filename, const char *));
>
> +extern int
> +yylex PARAMS ((void));
Except that this should all be on one line. Function definitions have
the function name in column 0, not function declarations.