K 10 svn:author V 3 pfg K 8 svn:date V 27 2015-03-29T03:16:52.060580Z K 7 svn:log V 368 cdefs.h: Fix macros for pre-C99 compilers. Older compilers, and compatibility modes, may not support variadic macros. I normally wouldn't go out of my way to support those old compilers but there is a prescendent in other system headers for using the same macro multiple times, and the solution (although non-elegant IMHO) works. Requested by: bde Solution by: tijl END