K 10 svn:author V 8 rdivacky K 8 svn:date V 27 2009-06-21T09:01:12.115769Z K 7 svn:log V 224 In non-debugging mode make this define (void)0 instead of nothing. This helps to catch bugs like the below with clang. if (cond); <--- note the trailing ; something(); Approved by: ed (mentor) Discussed on: current@ END