K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-12-10T05:40:12.000000Z K 7 svn:log V 242 Repeat after me -- "Use of ANSI string concatenation can be bad." In this case, C99's __func__ is properly defined as: static const char __func__[] = "function-name"; and GCC 3.1 will not allow it to be used in bogus string concatenation. END