* regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Apr 2006 22:14:12 +0000 (22:14 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Apr 2006 22:14:12 +0000 (22:14 +0000)
commit4a2097ae176af2830d5ad53bdefbe59f8a250d00
treec0ad33c67a1f42c5895432543d2b5f9a1dee8a8a
parent0cba35775b73cee99107fba2be2bf62036ad6c0c
* regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N
is not defined.  Problem reported by Mark D. Baushke via Derek R. Price.
* regex.h (RE_DUP_MAX): Update comment to match current implementation.
lib/ChangeLog
lib/regcomp.c
lib/regex.h