Re: [dev] debug macros in tools and trailing ;

2008-09-01 Thread Juergen Schmidt
Thorsten Behrens wrote: On Fri, Aug 29, 2008 at 04:17:09PM +0100, Caolán McNamara wrote: Do we want to fix this, or ignore it entirely :-). If it gets fixed, which do we want, change the DBG_ set of macros to follow what people are generally doing with them, i.e. make them expect a trailing ;,

[dev] debug macros in tools and trailing ;

2008-08-29 Thread Caolán McNamara
If we look at the debug macros in tools, e.g. #ifdef DBG_UTIL #define DBG_ASSERT( sCon, aError ) \ if ( DbgIsAssert() )\ { \ if ( !( sCon ) )\ {