X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b4fbd69b66a927ad8ff479bee6ca57e977d7e649..0a2aedfe6d650e825a50f25f972bac20d669f5cb:/src/gmalloc.c diff --git a/src/gmalloc.c b/src/gmalloc.c index d795c13f61..483d05c5c6 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c @@ -44,7 +44,7 @@ License along with this library. If not, see . #endif #ifdef HAVE_MALLOC_H -# if 4 < __GNUC__ + (2 <= __GNUC_MINOR__) +# if GNUC_PREREQ (4, 2, 0) # pragma GCC diagnostic ignored "-Wdeprecated-declarations" # endif # include