]> Savannah Git Hosting - gnulib.git/commitdiff
regex: remove limits-h dependency
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Jan 2020 21:07:22 +0000 (13:07 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Jan 2020 21:07:40 +0000 (13:07 -0800)
* modules/regex (Depends-on): Remove limits-h, since the
code no longer depends on ULONG_WIDTH already being defined.

ChangeLog
modules/regex

index d3d1942a1eb737a62a86ddd2d1c55a7f2746abc9..a861f4996c880c2ed7b0b16c07ab2bef4f888792 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2020-01-27  Paul Eggert  <eggert@cs.ucla.edu>
 
+       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
index bd38cd2d4ee4f2e7f9a71b84fed3c48cde0c961c..9d77df7aebfd0cf80e10b62a24a567a9cb967b15 100644 (file)
@@ -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]