]> code.delx.au - gnu-emacs/blobdiff - src/gmalloc.c
Remove now-inaccurate bytecode comments
[gnu-emacs] / src / gmalloc.c
index d795c13f61600498ba225a346780deb7e8903bbf..483d05c5c61a500f5749ca8d147b2becc87cd848 100644 (file)
@@ -44,7 +44,7 @@ License along with this library.  If not, see <http://www.gnu.org/licenses/>.
 #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 <malloc.h>