about summary refs log tree commit diff
path: root/include/debug.h
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-15 23:22:13 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-15 23:22:23 +0200
commit0f08b13fa071a959cf305d4db5ee5d17d69c2c32 (patch)
tree8a9ea5c061f92db728f5bf7c250b533b5f70c530 /include/debug.h
parent2ce6e7a7fb5aedf058dc549e57610cee166508d2 (diff)
downloadafl++-0f08b13fa071a959cf305d4db5ee5d17d69c2c32.tar.gz
somewhat unified write_to_testcase
Diffstat (limited to 'include/debug.h')
-rw-r--r--include/debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/debug.h b/include/debug.h
index 8824ff6b..890e8d70 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -29,12 +29,9 @@
 #include "config.h"
 
 /* __FUNCTION__ is non-iso */
-#ifndef __FUNCTION__
 #ifdef __func__
 #define __FUNCTION__ __func__
 #else
-#define __FUNCTION__ "func_unknown"
-#endif
 #endif
 
 /*******************