diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-08-27 18:59:46 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-08-27 19:00:14 -0700 |
commit | f1acdff5e04df90821732333c1bb9d8f586f08d2 (patch) | |
tree | 71b9a449169d96a7eaeb1bf07d0f14327cf9bfa0 /lib/regex_internal.h | |
parent | 717b0341aafb9ae9b93395dba1192b12c4459f0c (diff) | |
download | emacs-f1acdff5e04df90821732333c1bb9d8f586f08d2.tar.gz emacs-f1acdff5e04df90821732333c1bb9d8f586f08d2.tar.bz2 emacs-f1acdff5e04df90821732333c1bb9d8f586f08d2.zip |
Update from Gnulib
* build-aux/config.sub, lib/intprops.h, lib/regex_internal.c:
* lib/regex_internal.h, lib/unistd.in.h, m4/limits-h.m4:
* m4/stdint.m4, m4/unistd_h.m4:
Copy from Gnulib.
* lib/gnulib.mk.in: Regenerate.
Diffstat (limited to 'lib/regex_internal.h')
-rw-r--r-- | lib/regex_internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/regex_internal.h b/lib/regex_internal.h index 7bbe802bc53..dd0900b719f 100644 --- a/lib/regex_internal.h +++ b/lib/regex_internal.h @@ -149,7 +149,10 @@ /* Rename to standard API for using out of glibc. */ #ifndef _LIBC # undef __wctype +# undef __iswalnum # undef __iswctype +# undef __towlower +# undef __towupper # define __wctype wctype # define __iswalnum iswalnum # define __iswctype iswctype |