| commit | 43739a69d0fb63011609af50f758fbe4734e0c67 | [log] [tgz] |
|---|---|---|
| author | Juan Cespedes <cespedes@debian.org> | Tue Apr 07 13:10:08 2009 +0200 |
| committer | Juan Cespedes <cespedes@debian.org> | Tue Apr 07 13:10:08 2009 +0200 |
| tree | 2d15099466a84f4e63c5344f3a848c376e90c1ae | |
| parent | e2023f721b66db48cc8a0f4ab6519460093c2cf1 [diff] [blame] |
Documentation, small fixes
diff --git a/debug.h b/debug.h index e3749ff..7a9761b 100644 --- a/debug.h +++ b/debug.h
@@ -18,6 +18,6 @@ # if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L # define DEBUG_FUNCTION __func__ # else -# define DEBUG_FUNCTION ((__const char *) 0) +# define DEBUG_FUNCTION "???" # endif # endif