This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [ARI] Remove all editCase warnings


Joel Brobecker wrote:
static void
-ada_remove_Xbn_suffix (const char *encoded, int *len)
+ada_remove_Xbn_suffix ( /* ARI: editCase function */
+ const char *encoded, int *len)

I would rather have:


ada_remove_Xbn_suffix /* ARI: editCase function */
(const char *encoded, int *len)

I frequently grep for "foo (", so this would cause the function to be overlooked. But, fewer grep results means less work when changing the code... :-)


Stan


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