Please *bootstrap* patches

Zack Weinberg zack@codesourcery.com
Tue Sep 21 18:56:00 GMT 2004


Matt Austern <austern@apple.com> writes:

> ../../fsf.u/gcc/java/gjavah.c:642: warning: function declaration isn't 
> a prototype
...
> Anyone mind if I check in the patch below as obvious?

I'll officially approve that, even. :-)

zw

>
> Index: gcc/java/gjavah.c
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/java/gjavah.c,v
> retrieving revision 1.119
> diff -p -r1.119 gjavah.c
> *** gcc/java/gjavah.c   21 Sep 2004 16:28:40 -0000      1.119
> --- gcc/java/gjavah.c   21 Sep 2004 18:14:10 -0000
> *************** name_is_method_p (const unsigned char *n
> *** 638,644 ****
>
>   /* Free the method name list.  */
>   static void
> ! free_method_name_list ()
>   {
>     struct method_name *p = method_name_list;
>     while (p != NULL)
> --- 638,644 ----
>
>   /* Free the method name list.  */
>   static void
> ! free_method_name_list (void)
>   {
>     struct method_name *p = method_name_list;
>     while (p != NULL)



More information about the Gcc mailing list