--- trunk/OOPSE-4/src/config.h.in 2005/12/15 14:47:17 2510 +++ trunk/OOPSE-4/src/config.h.in 2005/12/16 21:52:50 2518 @@ -2,6 +2,8 @@ #define OOPSE_VERSION_MINOR 1 #define OOPSE_VERSION_TINY 4 +#undef __func__ + #define MK_STR(s) # s #define STR_DEFINE(t, s) t = MK_STR(s)