diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-01-24 10:50:54 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-01-24 10:50:54 +0200 |
commit | 82f807bf86f42f2b77266da46aca4c3d70cf30ae (patch) | |
tree | 3d8bcf714549b5369c3d9d9f57b4c232f56f8b07 /support/regex.c | |
parent | b772cbdb64d399de121a056656a4d275f2b9b167 (diff) | |
download | egawk-82f807bf86f42f2b77266da46aca4c3d70cf30ae.tar.gz egawk-82f807bf86f42f2b77266da46aca4c3d70cf30ae.tar.bz2 egawk-82f807bf86f42f2b77266da46aca4c3d70cf30ae.zip |
Update some regex files from GNULIB.
Diffstat (limited to 'support/regex.c')
-rw-r--r-- | support/regex.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/support/regex.c b/support/regex.c index d4459f7b..991eedc8 100644 --- a/support/regex.c +++ b/support/regex.c @@ -1,5 +1,5 @@ /* Extended regular expression matching and search library. - Copyright (C) 2002-2019 Free Software Foundation, Inc. + Copyright (C) 2002-2020 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. @@ -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> |