mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 21:45:04 +00:00
Don't use the nonstandard __FUNCTION__ macro
This commit is contained in:
parent
ee27b7e3dd
commit
7fbe7c3960
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <jansson.h>
|
||||
|
||||
#define failhdr fprintf(stderr, "%s:%s:%d: ", __FILE__, __FUNCTION__, __LINE__)
|
||||
#define failhdr fprintf(stderr, "%s:%d: ", __FILE__, __LINE__)
|
||||
|
||||
#define fail(msg) \
|
||||
do { \
|
||||
|
|
Loading…
Add table
Reference in a new issue