Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: syssrc/sys/dev/cardbus



"Perry E. Metzger" <perry%wasabisystems.com@localhost> writes:

> > Don't use __func__ as variable.  It prevents compilation.
> > Use __FUNCTION__ instead.
> 
> This is a step backwards.
> 
> __FUNCTION__ is a gcc extension. __func__ is C99. Please use __func__,
> not __FUNCTION__.

But pre-NEW_TOOLCHAIN compiler doesn't recognize __func__ (that's why
it was able to be used for other purpose).

enai.



Home | Main Index | Thread Index | Old Index