From aced49eee334d9905208cda470d1cb14393613a2 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 24 Mar 2019 21:21:42 +0200 Subject: Sync support files from GNULIB. --- support/regex.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'support/regex.c') diff --git a/support/regex.c b/support/regex.c index a80e740c..d4459f7b 100644 --- a/support/regex.c +++ b/support/regex.c @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2018 Free Software Foundation, Inc. + Copyright (C) 2002-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa . @@ -20,10 +20,10 @@ #ifndef _LIBC # include -# if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__ +# if __GNUC_PREREQ (4, 6) # pragma GCC diagnostic ignored "-Wsuggest-attribute=pure" # endif -# if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__ +# if __GNUC_PREREQ (4, 3) # pragma GCC diagnostic ignored "-Wold-style-definition" # pragma GCC diagnostic ignored "-Wtype-limits" # endif -- cgit v1.2.3