]> Savannah Git Hosting - gnulib.git/commit
regex: glibc does not use intprops.h
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Jun 2018 22:34:57 +0000 (15:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 29 Jun 2018 22:56:35 +0000 (15:56 -0700)
commit5508825fdbcec5f2f32053c2b6793753d6af01eb
tree584beab17a43602d23caafc78fabffe291d7e930
parent7729b926210671a1b272254c6b806ad19c652340
regex: glibc does not use intprops.h

Maybe we can talk glibc into using intprops.h someday, but
now doesn’t seem to be a good time.
* lib/regcomp.c (TYPE_SIGNED): Remove; regex_internal.h now defines.
* lib/regex_internal.h [_LIBC]: Do not include intprops.h.
(TYPE_SIGNED, INT_ADD_WRAPV): New macros.
ChangeLog
lib/regcomp.c
lib/regex_internal.h