The Microsoft compilers support __FUNCTION__, same functionality as __func__. Could be the SGI compiler supports __FUNCTION__, but it's been a long time since I had access to a SGI machine, so I couldn't check.
On Fri, Jun 6, 2014 at 2:02 PM, Dr. Stephen Henson <[email protected]> wrote: > On Fri, Jun 06, 2014, Mike Bland wrote: > > > __func__ is defined in C99. What version of the SGI C compiler are you > > using? According to the following, as of version 7.4, the -c99 flag > > should enable this to compile: > > > > http://www.sgi.com/products/software/irix/tools/c.html > > > > Note that VC++ under Windows doesn't support __func__ either. Well at least > the versions I tested didn't. > > Steve. > -- > Dr Stephen N. Henson. OpenSSL project core developer. > Commercial tech support now available see: http://www.openssl.org > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [email protected] > Automated List Manager [email protected] >
