[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: xmllite: Store DTD processing mode in reader
From:       Alexandre Julliard <julliard () winehq ! org>
Date:       2012-08-28 7:44:02
Message-ID: 878vczlav1.fsf () wine ! dyndns ! org
[Download RAW message or body]

Dan Kegel <dank@kegel.com> writes:

> Alexandre Julliard wrote:
>> Explicit ok() calls are better than hiding them inside a macro.
>
> Uh-oh.  Want me to get rid of this macro
>
> +#define CHECK_RET_ERRNO(ret, ex) \
> +    do { \
> +        ok(ret == ex, "ret is %d, expected %d\n", ret, ex); \
> +        ok(errno == ex, "errno is %d, expected %d\n", errno, ex); \
> +    } while (0)
>
> in http://source.winehq.org/patches/data/89349 ?

Obviously, yes.

-- 
Alexandre Julliard
julliard@winehq.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic