Re: [libvirt] [PATCH] maint: avoid excess parens in STREQ

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Eric Blake wrote:

> According to Eric Blake on 1/27/2010 6:59 AM:
>> * src/internal.h (STREQ, STRCASEEQ, STRNEQ, STRCASENEQ, STREQLEN)
>> (STRCASEEQLEN, STRNEQLEN, STRCASENEQLEN, STRPREFIX): Avoid
>> redundant parenthesis.
>> * examples/domain-events/events-c/event-test.c (STREQ): Likewise.
>> * src/storage/parthelper.c (STREQ): Likewise.
>> ---
>> These macros were originally inspired by Jim Meyering, who has since made
>> this same cleanup elsewhere.  For example:
>> http://lists.gnu.org/archive/html/bug-gnulib/2010-01/msg00293.html
>>
> ...
>> -#define STREQ(a,b) (strcmp((a),(b)) == 0)
>> +#define STREQ(a,b) (strcmp(a,b) == 0)
>
> Ping.
>
> By the way, should the web pages mention that libvirt-list is an alias for
> libvir-list for symmetry reasons, particularly now that we have the
> libvirt-user list?

Thanks!
You know I agree ;-)
No one has objected, so I'll push that shortly.

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]