summaryrefslogtreecommitdiff
path: root/gl/lib/regex_internal.h.diff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-07-27 12:15:32 +0200
committerJim Meyering <meyering@redhat.com>2012-07-27 12:15:32 +0200
commit74a1c058753faa79caff061407925463375ba5f3 (patch)
treeec3645967e0584739433c7bc2ede2928486910d6 /gl/lib/regex_internal.h.diff
parenta6e8e3a3e116f2cdaa452eb66032d912092d0026 (diff)
downloadcoreutils-74a1c058753faa79caff061407925463375ba5f3.tar.xz
maint: refresh stale local gnulib patch files
We carry local adjustments for a few gnulib modules via the patches in gl/. Nearly all of those patches had become stale due to evolution of the originals in gnulib. To refresh them, first make sure you have no local changes in gl/ or in the gnulib submodule, then run "make refresh-gnulib-patches".
Diffstat (limited to 'gl/lib/regex_internal.h.diff')
-rw-r--r--gl/lib/regex_internal.h.diff14
1 files changed, 7 insertions, 7 deletions
diff --git a/gl/lib/regex_internal.h.diff b/gl/lib/regex_internal.h.diff
index d1506a6f5..fe0f2b718 100644
--- a/gl/lib/regex_internal.h.diff
+++ b/gl/lib/regex_internal.h.diff
@@ -1,14 +1,14 @@
-diff --git i/lib/regex_internal.h w/lib/regex_internal.h
-index 859832f..3c7fe06 100644
---- i/lib/regex_internal.h
-+++ w/lib/regex_internal.h
-@@ -826,7 +826,8 @@ re_string_wchar_at (const re_string_t *pstr, Idx idx)
-
+diff --git a/lib/regex_internal.h b/lib/regex_internal.h
+index 2b9f697..7f4e349 100644
+--- a/lib/regex_internal.h
++++ b/lib/regex_internal.h
+@@ -823,7 +823,8 @@ re_string_wchar_at (const re_string_t *pstr, Idx idx)
+ # ifndef NOT_IN_libc
static int
internal_function __attribute ((pure))
-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
+ # ifdef _LIBC
const unsigned char *p, *extra;