K 10 svn:author V 6 marcus K 8 svn:date V 27 2007-12-30T23:46:29.000000Z K 7 svn:log V 171 Use an explicit (void *)0 instead of NULL to indicate a varargs sentinel. This fixes the runtime on 64-bit platforms since since C++ treats NULL as simply 0. PR: 119127 END