This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: Patch to clean up protoize.c


On Fri, Sep 10, 1999 at 02:26:13PM -0400, Kaveh R. Ghazi wrote:
>  visit_each_hash_node (hash_tab_p, func)
>       const hash_table_entry *hash_tab_p;
> -     void (*func)();
> +     void (*func)(const hash_table_entry *);

Missing PARAMS.

Ok.


r~


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