This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Silence ar compile warnings


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]