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]
Other format: [Raw text]

Re: [trunk][patch] Rest of the plugin merge 2/3


2009/4/16 Rafael Espindola <espindola@google.com>:

> +/* Register additional plugin information. */
> +
> +static void
> +register_plugin_info (const char* name, struct plugin_info *info)

NAME and INFO need documenting.

> -static int
> -init_one_plugin (void **slot, void * ARG_UNUSED (info))
> +static bool
> +try_init_one_plugin (struct plugin_name_args *plugin)

Needs documenting.

OK with those changes.


Diego.


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