On 23/07/13 16:05, Tom Hacohen wrote:
> <code>
> do {
> __VA_ARGS__ // (like we do now)
> } while (0);
> if (0)
>       bla(__VA_ARGS__) // this will do the checking for us.
> </code>

Actually, this wouldn't work. :( The problem is, some of the functions 
in __VA_ARGS__ may return void, which will break things. GRR.

--
Tom.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to