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: [patch] Change argument name


> There was no actual patch in this message.

Sorry about that. Attached now.

> I think that for a header file like this it's OK to use parameter
> names. ÂA header file like this is already susceptible to macro
> breakage in that it defines struct fields.

So, is the patch OK?

> Ian
>

Cheers,
-- 
Rafael Ãvila de EspÃndola
Index: include/plugin-api.h
===================================================================
--- include/plugin-api.h	(revision 152561)
+++ include/plugin-api.h	(working copy)
@@ -218,7 +218,7 @@
 
 typedef
 enum ld_plugin_status
-(*ld_plugin_add_input_library) (char *pathname);
+(*ld_plugin_add_input_library) (char *libname);
 
 /* The linker's interface for issuing a warning or error message.  */
 

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