Re: xmllite: Use BOOL type where appropriate

2013-10-10 Thread Henri Verbeet
On 10 October 2013 16:59, Frédéric Delanoy wrote: > Basically cleanup/clarity. Using boolean values when expressing > logical expressions results does make sense (and it makes the intent > clearer) IMHO. I just think it would have been nice if we could have used the C99 bool type, but clearly C99

Re: xmllite: Use BOOL type where appropriate

2013-10-10 Thread Frédéric Delanoy
On Thu, Oct 10, 2013 at 12:40 PM, Nikolay Sivov wrote: > On 10/10/2013 00:36, Frédéric Delanoy wrote: >> >> --- >> dlls/xmllite/reader.c | 16 >> 1 file changed, 8 insertions(+), 8 deletions(-) >> >> diff --git a/dlls/xmllite/reader.c b/dlls/xmllite/reader.c >> index 0a4423c..a

Re: xmllite: Use BOOL type where appropriate

2013-10-10 Thread Nikolay Sivov
On 10/10/2013 00:36, Frédéric Delanoy wrote: --- dlls/xmllite/reader.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dlls/xmllite/reader.c b/dlls/xmllite/reader.c index 0a4423c..a216951 100644 --- a/dlls/xmllite/reader.c +++ b/dlls/xmllite/reader.c @@ -72