From 337577552dfabe64647be9415a41fd13f96bf0cf Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 23 Aug 2011 23:55:53 +0300 Subject: Bug fix for gcc -fno-inline -O2. --- regex_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regex_internal.c') diff --git a/regex_internal.c b/regex_internal.c index 44bb3ecc..0c4f8f80 100644 --- a/regex_internal.c +++ b/regex_internal.c @@ -871,7 +871,7 @@ re_string_peek_byte_case (const re_string_t *pstr, int idx) } static unsigned char -internal_function __attribute ((pure)) +internal_function re_string_fetch_byte_case (re_string_t *pstr) { if (BE (!pstr->mbs_allocated, 1)) -- cgit v1.2.3