* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
commit77751669d757d1b78dfa677c1c429bd94aa2e59d
authorUlrich Drepper <drepper@redhat.com>
Wed, 12 Dec 2007 18:28:58 +0000 (12 18:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 12 Dec 2007 18:28:58 +0000 (12 18:28 +0000)
treee60ad28baa82f2dcf9c29bcda17eaeebbe15ca34
parentf63e5063410e030f856956f12b3472499c3129e2
* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,

that would inhibit utf8-optimization of a regexp containing line-
or buffer-anchors, e.g., `^', `$'.
ChangeLog
NEWS
posix/regcomp.c