>From 55cb9de6ff5f6d382da4efe6c47a0fad5b00c4cf Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 27 Jan 2020 13:07:22 -0800 Subject: [PATCH 2/2] regex: remove limits-h dependency * modules/regex (Depends-on): Remove limits-h, since the code no longer depends on ULONG_WIDTH already being defined. --- ChangeLog | 4 ++++ modules/regex | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d3d1942a1..a861f4996 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2020-01-27 Paul Eggert + regex: remove limits-h dependency + * modules/regex (Depends-on): Remove limits-h, since the + code no longer depends on ULONG_WIDTH already being defined. + regex: port to non-GCC pre-IEC-60559 Problem reported by Arnold Robbins in: https://lists.gnu.org/r/bug-gnulib/2020-01/msg00154.html diff --git a/modules/regex b/modules/regex index bd38cd2d4..9d77df7ae 100644 --- a/modules/regex +++ b/modules/regex @@ -22,7 +22,6 @@ builtin-expect [test $ac_use_included_regex = yes] intprops [test $ac_use_included_regex = yes] langinfo [test $ac_use_included_regex = yes] libc-config [test $ac_use_included_regex = yes] -limits-h [test $ac_use_included_regex = yes] lock [test "$ac_cv_gnu_library_2_1:$ac_use_included_regex" = no:yes] memcmp [test $ac_use_included_regex = yes] memmove [test $ac_use_included_regex = yes] -- 2.24.1