Update of /home/nasal-cvs/nasal/src In directory purr:/tmp/cvs-serv32189 Modified Files: gtklib.c lib.c mathlib.c Log Message: Use __FUNCTION__, which works on gcc and MSVC 7/8, instead of __func__, which while standardized works only with gcc. I'll wait for bug reports from VC6 before bothering with fallback code...