forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
336 B
C
11 lines
336 B
C
--- src/sed/lib/regex_internal.c.orig 2012-07-17 18:30:18.000000000 -0400
|
|
+++ src/sed/lib/regex_internal.c 2014-03-13 12:52:57.000000000 -0400
|
|
@@ -781,7 +781,7 @@
|
|
}
|
|
|
|
static unsigned char
|
|
-internal_function __attribute ((pure))
|
|
+internal_function
|
|
re_string_fetch_byte_case (re_string_t *pstr)
|
|
{
|
|
if (BE (!pstr->mbs_allocated, 1))
|