[Janitor] Convert ggc-* to ISO C90

Zack Weinberg zack@codesourcery.com
Sat Jun 7 18:53:00 GMT 2003


Andreas Jaeger <aj@suse.de> writes:

> -	  htab_traverse_noresize (*cti->base, ggc_htab_delete, (PTR) cti);
> +	  htab_traverse_noresize (*cti->base, ggc_htab_delete, (void *) cti);

Casts to (void *) are unnecessary, unless the function takes a
variable number of arguments.

Otherwise, looks good.

zw



More information about the Gcc-patches mailing list