diff options
Diffstat (limited to 'mesalib/include/c99_compat.h')
-rw-r--r-- | mesalib/include/c99_compat.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mesalib/include/c99_compat.h b/mesalib/include/c99_compat.h index 429c60148..e5d0ae43a 100644 --- a/mesalib/include/c99_compat.h +++ b/mesalib/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__ |