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 Mon, Mar 15, 2010 at 12:18 AM, Mike Frysinger <vapier@gentoo.org> wrote:
> On Sunday 14 March 2010 20:43:38 Pedro Alves wrote:
>> 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.
>
> i dont know what "the implementation" means. ?this looks like "an
> implementation" of a simulator.
> -mike
>

http://www.gnu.org/s/libc/manual/html_node/Reserved-Names.html


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