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] initial OpenCL C language support


On Tue, 26 Oct 2010 15:57:47 -0400, Joel Brobecker wrote:
> > +      ret = ! value_equal (val1, val2);
>               ^^^^^ extra space

GNU Coding Standards contains only this reference to the ! operator:
       if (! fp)

(GDB code contains enough of both cases.)


Regards,
Jan


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