aboutsummaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2009-04-07 13:10:08 +0200
committerJuan Cespedes <cespedes@debian.org>2009-04-07 13:10:08 +0200
commit43739a69d0fb63011609af50f758fbe4734e0c67 (patch)
tree2d15099466a84f4e63c5344f3a848c376e90c1ae /debug.h
parente2023f721b66db48cc8a0f4ab6519460093c2cf1 (diff)
downloadltrace-43739a69d0fb63011609af50f758fbe4734e0c67.tar.gz
Documentation, small fixes
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index e3749ff..7a9761b 100644
--- a/debug.h
+++ b/debug.h
@@ -18,6 +18,6 @@ int xinfdump(long, void *, int);
# if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
# define DEBUG_FUNCTION __func__
# else
-# define DEBUG_FUNCTION ((__const char *) 0)
+# define DEBUG_FUNCTION "???"
# endif
# endif