summaryrefslogtreecommitdiffstats
path: root/include/c99_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/c99_compat.h')
-rw-r--r--include/c99_compat.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/c99_compat.h b/include/c99_compat.h
index 429c601..e5d0ae4 100644
--- a/include/c99_compat.h
+++ b/include/c99_compat.h
@@ -114,11 +114,7 @@
# elif defined(__SUNPRO_C) && defined(__C99FEATURES__)
/* C99 */
# elif defined(__GNUC__)
-# if __GNUC__ >= 2
-# define __func__ __FUNCTION__
-# else
-# define __func__ "<unknown>"
-# endif
+# define __func__ __FUNCTION__
# elif defined(_MSC_VER)
# if _MSC_VER >= 1300
# define __func__ __FUNCTION__