Subject: Re: pcc?
To: None <tech-userlevel@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-userlevel
Date: 12/29/2007 20:46:21
On Sat, Dec 29, 2007 at 06:58:08PM +0200, Aleksey Cheusov wrote:
> 
>  >> You until then patch your i386/stdarg.h with the patch provided.
> 
> > It works fine now. Thanks.
> 
> What about support for __FUNCTION__.
> The code using it is generated by NetBSD's lex.

__FUNCTION__ is non-standard. __func__ is C99. I don't see anything in
lex that would generate either though.

Joerg