Subject: Re: pkg/31492
To: None <gnats-bugs@NetBSD.org>
From: None <segv@netctl.net>
List: pkgsrc-bugs
Date: 10/07/2005 00:37:44
On Thu,  6 Oct 2005 16:12:12 +0000 (UTC)
reed@netbsd.org wrote:

> Does this fix change anything for other platforms?

AFAIK __FUNCTION__ is a predefined magic indentifier that holds the name of
the current function, I think it was added to the C standard as an extension.
GCC supports it, and some other compilers may support it too. It seems Sun's
compilers don't support it.