]> git.ipfire.org Git - thirdparty/glibc.git/commit
Copy regex BITSET_WORD_BITS porting from Gnulib
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Aug 2020 06:39:20 +0000 (23:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Aug 2020 06:39:20 +0000 (23:39 -0700)
commit70c609f30311a4bcd6289b616adaaad4b42ed4a8
tree95fc20400e7abedf0829b7f9a4c54b91d5de3340
parent6aa1160d16b0886af125a7e7883aab2203ed156d
Copy regex BITSET_WORD_BITS porting from Gnulib

* posix/regex.c (__STDC_WANT_IEC_60559_BFP_EXT__):
Define, for ULONG_WIDTH.  This syncs regex.c from Gnujlib.
* posix/regex_internal.h (ULONG_WIDTH):
Use a more-portable fallback, from Gnulib.
(BITSET_WORD_BITS): Now defined in terms of ULONG_WIDTH.
posix/regex.c
posix/regex_internal.h