diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-10 05:58:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-12-10 05:58:28 +0000 |
| commit | 36048c2e3df9170b607a2bf02fce9ba10ccb17db (patch) | |
| tree | 86de2bff03b858d9843606c78dbe81699e9eb59b | |
| parent | a48740b6c50cfe7030c97caf8254ded1b60bea1e (diff) | |
Notes
| -rw-r--r-- | sys/sys/iconv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/iconv.h b/sys/sys/iconv.h index 4764aaf0bfda..0f20129a80f4 100644 --- a/sys/sys/iconv.h +++ b/sys/sys/iconv.h @@ -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 |
