> BTW: Please don't use __FUNCTION__ outside of #ifdef (__GNUC__) blocks. I
> like it as much as you do, but some compilers disagree.
> 

How about doing 

#ifndef __GNUC__
#define __FUNCTION__ "<UNKNOWN FUNCTION>" 
#endif

or similar?

Cheers,
Brett

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Reply via email to