summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-05-01 09:10:17 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-05-01 11:21:18 -0700
commitbdc715b1f7a4eee75214709d4a949bdf65bcc9a2 (patch)
treebbb4ecce636c2206ec8f923cee9700f82e91ec32 /modules
parenta1d7a312646ec112140f4a3e112daac2194549df (diff)
downloadgnulib-bdc715b1f7a4eee75214709d4a949bdf65bcc9a2.tar.gz
regex: prefer C23 style overflow checking
* lib/regex_internal.h: Include stdckdint.h. * lib/regexec.c (re_search_2_stub): * modules/regex (Depends-on): Add stdckdint. Prefer stdckdint.h to intprops.h macros.
Diffstat (limited to 'modules')
-rw-r--r--modules/regex1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/regex b/modules/regex
index dfe0c2918e..e38479858f 100644
--- a/modules/regex
+++ b/modules/regex
@@ -35,6 +35,7 @@ mbrtowc [test $ac_use_included_regex = yes]
mbsinit [test $ac_use_included_regex = yes]
nl_langinfo [test $ac_use_included_regex = yes]
stdbool [test $ac_use_included_regex = yes]
+stdckdint [test $ac_use_included_regex = yes]
stdint [test $ac_use_included_regex = yes]
verify [test $ac_use_included_regex = yes]
wchar [test $ac_use_included_regex = yes]