diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-08-23 23:55:53 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-08-23 23:55:53 +0300 |
commit | 337577552dfabe64647be9415a41fd13f96bf0cf (patch) | |
tree | 040ee53c8114597fabe85496d4d4bc954728ec12 /regex_internal.c | |
parent | 993362a337da4576050d4dd2812ffa753553ea88 (diff) | |
download | egawk-337577552dfabe64647be9415a41fd13f96bf0cf.tar.gz egawk-337577552dfabe64647be9415a41fd13f96bf0cf.tar.bz2 egawk-337577552dfabe64647be9415a41fd13f96bf0cf.zip |
Bug fix for gcc -fno-inline -O2.
Diffstat (limited to 'regex_internal.c')
-rw-r--r-- | regex_internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |