[PATCH] Silence ar compile warnings

Alan Modra amodra@bigpond.net.au
Mon Dec 3 14:42:00 GMT 2001


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.



More information about the Binutils mailing list