aboutsummaryrefslogtreecommitdiff
path: root/gcc/gansidecl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gansidecl.h')
-rw-r--r--gcc/gansidecl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gansidecl.h b/gcc/gansidecl.h
index f867cda..17a7c91 100644
--- a/gcc/gansidecl.h
+++ b/gcc/gansidecl.h
@@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */
need to do this very early; i.e. before any systems header files or
gcc header files in case they use these keywords. Otherwise
conflicts might occur. */
-#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
+#if HAVE_GCC_VERSION(2,7)
# undef const
# undef inline
# define inline __inline__ /* Modern gcc can use `__inline__' freely. */