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: [PATCH] sim: avoid TRACE redefine warnings


On Sunday 14 March 2010 20:39:16, Mike Frysinger wrote:
> -#define TRACE(A,B)
> +#define _TRACE(A,B)

Identifier names beggining with an underscore followed by an
uppercase letter are reserved for the implementation.  Let's avoid
them.

-- 
Pedro Alves


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