Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 419705 | Differences between
and this patch

Collapse All | Expand All

(-)kBuild-0.1.9998-pre20110817-orig/src/sed/lib/regex_internal.c (-1 / +1 lines)
Lines 781-787 Link Here
781
}
781
}
782
782
783
static unsigned char
783
static unsigned char
784
internal_function __attribute ((pure))
784
internal_function
785
re_string_fetch_byte_case (re_string_t *pstr)
785
re_string_fetch_byte_case (re_string_t *pstr)
786
{
786
{
787
  if (BE (!pstr->mbs_allocated, 1))
787
  if (BE (!pstr->mbs_allocated, 1))

Return to bug 419705