mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Update to C99, s/__FUNCTION__/__func__/.
This commit is contained in:
parent
a48740b6c5
commit
36048c2e3d
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ int iconv_converter_donestub(struct iconv_converter_class *dp);
|
|||
int iconv_converter_handler(module_t mod, int type, void *data);
|
||||
|
||||
#ifdef ICONV_DEBUG
|
||||
#define ICDEBUG(format, args...) printf("%s: "format, __FUNCTION__ ,## args)
|
||||
#define ICDEBUG(format, args...) printf("%s: "format, __func__ ,## args)
|
||||
#else
|
||||
#define ICDEBUG(format, args...)
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue