Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: syssrc/sys/dev/cardbus
enami tsugutomo <enami%netbsd.org@localhost> writes:
> Module Name: syssrc
> Committed By: enami
> Date: Wed Nov 21 09:08:39 UTC 2001
>
> Modified Files:
> syssrc/sys/dev/cardbus: cardbus.c
>
> Log Message:
> 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__.
Perry
--
Perry E. Metzger perry%wasabisystems.com@localhost
--
NetBSD Development, Support & CDs. http://www.wasabisystems.com/
Home |
Main Index |
Thread Index |
Old Index