Subject: Re: CVS commit: syssrc/sys/dev/cardbus
To: Perry E. Metzger <perry@wasabisystems.com>
From: Klaus Klein <kleink@reziprozitaet.de>
List: source-changes
Date: 11/23/2001 01:37:34
"Perry E. Metzger" <perry@wasabisystems.com> writes:

> I'm not sure it should be __PRETTY_FUNCTION__ instead of __FUNCTION__
> The documentation seems to say __PRETTY_FUNCTION__ is  only for c++....

Literally it's saying that it is the function name printed in a
language specific fashion; in plain C it's equivalent to __FUNCTION__.


- Klaus