regex: don't assume uint64_t or uint32_t
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 May 2012 06:48:00 +0000 (23:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 May 2012 06:51:00 +0000 (23:51 -0700)
commit252b52457da7887667c036d18cc5169777615bb0
treed459c8ff39ed4364c439c0d22aa1e1f7c992ef1e
parent4fb7ea20122033fbb9644b4e4b18bee5a86bedbb
regex: don't assume uint64_t or uint32_t

* lib/regcomp.c (init_word_char): Don't assume that the types
uint64_t and uint32_t exist.  The C standard doesn't guarantee
them, and on some 32-bit compilers there is no uint64_t.
Problem reported by Gianluigi Tiesi in
<http://lists.gnu.org/archive/html/bug-gnulib/2012-03/msg00154.html>.
ChangeLog
lib/regcomp.c