]> git.pld-linux.org Git - packages/kBuild.git/blame - re_string_fetch_byte_case-not-pure-attribute.patch
fix internal sed misparsing char regexps (Unmatched [ or [^)
[packages/kBuild.git] / re_string_fetch_byte_case-not-pure-attribute.patch
CommitLineData
3ae532bd
ER
1inspired from a fix from glibc:
2http://www.sourceware.org/ml/libc-alpha/2011-12/msg00091.html
3
4--- kBuild-0.1.9998/./src/sed/lib/regex_internal.c~ 2012-11-25 17:35:24.000000000 +0200
5+++ kBuild-0.1.9998/./src/sed/lib/regex_internal.c 2012-11-25 19:16:31.260977775 +0200
6@@ -781,7 +781,7 @@
7 }
8
9 static unsigned char
10-internal_function __attribute ((pure))
11+internal_function
12 re_string_fetch_byte_case (re_string_t *pstr)
13 {
14 if (BE (!pstr->mbs_allocated, 1))
This page took 0.069453 seconds and 4 git commands to generate.