]> git.ipfire.org Git - thirdparty/glibc.git/commit
Copy regex_internal.h from Gnulib
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Aug 2020 06:45:27 +0000 (23:45 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Aug 2020 06:47:01 +0000 (23:47 -0700)
commit2cc478ed1be82711a6cac15aae683530b2e6732b
tree80eab9f33a44593418c5a1f585ece80ebd454afd
parent70c609f30311a4bcd6289b616adaaad4b42ed4a8
Copy regex_internal.h from Gnulib

Sync this file from Gnulib, thus incorporating the following
fix for a bug with regexps with 16 or more subexpressions:
* posix/regex_internal.h (struct re_backref_cache_entry):
Use bitset_word_t as the type of eps_reachable_subexps_map,
instead of unsigned short int.  This fixes a bug I introduced
to glibc in 2005-09-28T17:33:18Z!drepper@redhat.com (glibc commit
2c05d33f90861d074dc12808dafbde30f487b1a0, BZ #1302).
Remove unused member 'unused'.
posix/regex_internal.h