better fix for missing __FUNCTION__

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@489 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Stefan Knoblich 2008-05-27 15:59:56 +00:00
parent ba43d4da36
commit cb01ace9c9
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ typedef zap_status_t (*zio_write_t) ZIO_WRITE_ARGS ;
#define ZIO_WRITE_FUNCTION(name) zap_status_t name ZIO_WRITE_ARGS
#ifndef __FUNCTION__
#define __FUNCTION__ ""
#define __FUNCTION__ (const char *)__func__
#endif
#define ZAP_PRE __FILE__, __FUNCTION__, __LINE__