diff options
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h index ff2845f9..4cce56b5 100644 --- a/include/debug.h +++ b/include/debug.h @@ -28,6 +28,11 @@ #include "types.h" #include "config.h" +/* __FUNCTION__ is non-iso */ +#ifdef __func__ +#define __FUNCTION__ __func__ +#endif + /******************* * Terminal colors * *******************/ |