From: Paul Eggert Date: Mon, 27 Jan 2020 21:07:22 +0000 (-0800) Subject: regex: remove limits-h dependency X-Git-Tag: v1.0~4291 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e313a5367b1e4edfa19ab5f0d001d0b060a77066;p=gnulib.git regex: remove limits-h dependency * modules/regex (Depends-on): Remove limits-h, since the code no longer depends on ULONG_WIDTH already being defined. --- diff --git a/ChangeLog b/ChangeLog index d3d1942a1e..a861f4996c 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 bd38cd2d4e..9d77df7aeb 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]