Prefer C99's __func__ over GCC's __FUNCTION__.
Approved by: alfred
This commit is contained in:
parent
85d09ca355
commit
a9da2faf34
@ -79,7 +79,7 @@
|
||||
#ifdef RPCCLNT_DEBUG
|
||||
#define RPCDEBUG(args...) do{ \
|
||||
if(rpcdebugon != 0){ \
|
||||
printf("%s(): ", __FUNCTION__);\
|
||||
printf("%s(): ", __func__);\
|
||||
printf(args); \
|
||||
printf("\n"); \
|
||||
}}while(0)
|
||||
|
Loading…
Reference in New Issue
Block a user