From bc3e1c127392da88d0c8bf2ae728147982a3d1bc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 14 Dec 2007 03:54:07 +0000 Subject: * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l. * locale/nl_langinfo_l.c: Real implementation, copied from nl_langinfo.c. * include/langinfo.h: Add libc_hidden_proto for __nl_langinfo_l. --- posix/regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix') diff --git a/posix/regcomp.c b/posix/regcomp.c index 1de46d72ed..f4eab3adbd 100644 --- a/posix/regcomp.c +++ b/posix/regcomp.c @@ -1030,7 +1030,7 @@ optimize_utf8 (re_dfa_t *dfa) mb_chars = 1; break; case ANCHOR: - switch (dfa->nodes[node].opr.ctx_index) + switch (dfa->nodes[node].opr.ctx_type) { case LINE_FIRST: case LINE_LAST: -- cgit 1.4.1