summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-01-27 23:27:46 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-01-27 23:29:18 -0800
commitda7267e889a72edd86896f7487a6a8e4d1216441 (patch)
tree5bc96132203b8bd736fc3877a728bdfe6c5ec64f /lib/regex.c
parenta02b179242a55aba20158aa245e5643a04d07576 (diff)
downloademacs-da7267e889a72edd86896f7487a6a8e4d1216441.tar.gz
Update from Gnulib
This incorporates: 2020-01-27 regex: port to non-GCC pre-IEC-60559 2020-01-24 regex: port to Gawk on nonstandard platforms 2020-01-21 regex: fix bug with >=16 subexpressions 2020-01-21 regex: simplify definition of BITSET_WORD_BITS * lib/regex.c, lib/regex_internal.h: Copy from Gnulib.
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/regex.c b/lib/regex.c
index 6bdd77f50b2..88173bb1052 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -17,6 +17,8 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
+#define __STDC_WANT_IEC_60559_BFP_EXT__
+
#ifndef _LIBC
# include <libc-config.h>