svn rev #25200: trunk/src/lib/gssapi/generic/
Ken Raeburn
raeburn at MIT.EDU
Tue Sep 20 00:10:18 EDT 2011
On Sep 18, 2011, at 20:58, hartmans at mit.edu wrote:
> http://src.mit.edu/fisheye/changelog/krb5/?cs=25200
> Commit By: hartmans
> Log Message:
> __func__ -> __FUNCTION__ in #ifdef DEBUG blocks in util_errmap.c
Is this a Windows compatibility thing? __func__ is the right direction for future c99 compatibility; __FUNCTION__ is non-standard AFAIK.
Ken
More information about the krbdev
mailing list