K 10 svn:author V 3 avg K 8 svn:date V 27 2009-06-11T17:21:14.466105Z K 7 svn:log V 518 KOBJMETHOD: use better construct in the checking version of the macro Big thanks to Christoph Mallon for the idea/code! This construct has benefit of sticking much stricter to C standard and thus keeping more compilers happy as Clang doesn't like the current construct because it doesn't treat FUNC != NULL as a compile-time constant. The checking version is still under 'notyet'. Pointed out by: ed Submitted by: Christoph Mallon Clang help by: rdivacky Reviewed by: imp Approved by: jhb END