summaryrefslogtreecommitdiff
path: root/gl/lib/regex_internal.h.diff
diff options
context:
space:
mode:
Diffstat (limited to 'gl/lib/regex_internal.h.diff')
-rw-r--r--gl/lib/regex_internal.h.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/gl/lib/regex_internal.h.diff b/gl/lib/regex_internal.h.diff
deleted file mode 100644
index 66ea41714..000000000
--- a/gl/lib/regex_internal.h.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/lib/regex_internal.h b/lib/regex_internal.h
-index 0307a34..45c2d44 100644
---- a/lib/regex_internal.h
-+++ b/lib/regex_internal.h
-@@ -868,7 +868,8 @@ re_string_wchar_at (const re_string_t *pstr, Idx idx)
-
- static int
- internal_function __attribute__ ((pure, unused))
--re_string_elem_size_at (const re_string_t *pstr, Idx idx)
-+re_string_elem_size_at (const re_string_t *pstr _UNUSED_PARAMETER_,
-+ Idx idx _UNUSED_PARAMETER_)
- {
- # ifdef _LIBC
- const unsigned char *p, *extra;