summaryrefslogtreecommitdiff
path: root/gl/lib/regex_internal.c.diff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2013-03-22 04:39:25 +0100
committerJim Meyering <meyering@fb.com>2013-03-21 21:39:21 -0700
commit90fd310a7865bf4ae695aaab0f21a9ab71f849f8 (patch)
tree0b7a4865707eab2978edfd8d6017a5a90eb5bde9 /gl/lib/regex_internal.c.diff
parentb2f1e4bc555073d43b664c4389569a195ff040e3 (diff)
downloaddiffutils-90fd310a7865bf4ae695aaab0f21a9ab71f849f8.tar.gz
build: update gnulib to latest and adapt; update bootstrap, too
Blindly updating to the latest from gnulib, bootstrap would fail due to failure of our local patches to apply. Hence, these first two updates. * gl/lib/regex_internal.c.diff: Update offsets, so this patch applies to the latest from gnulib. * gl/lib/regex_internal.h.diff: Remove file. No longer needed. * bootstrap: Update from gnulib.
Diffstat (limited to 'gl/lib/regex_internal.c.diff')
-rw-r--r--gl/lib/regex_internal.c.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/lib/regex_internal.c.diff b/gl/lib/regex_internal.c.diff
index 2cede3c..40b0f55 100644
--- a/gl/lib/regex_internal.c.diff
+++ b/gl/lib/regex_internal.c.diff
@@ -2,7 +2,7 @@ diff --git a/lib/regex_internal.c b/lib/regex_internal.c
index 904b88e..61c8d9d 100644
--- a/lib/regex_internal.c
+++ b/lib/regex_internal.c
-@@ -18,6 +18,8 @@
+@@ -17,6 +17,8 @@
with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
@@ -11,7 +11,7 @@ index 904b88e..61c8d9d 100644
static void re_string_construct_common (const char *str, Idx len,
re_string_t *pstr,
RE_TRANSLATE_TYPE trans, bool icase,
-@@ -1390,7 +1392,10 @@ static void
+@@ -1394,7 +1396,10 @@ static void
internal_function
re_node_set_remove_at (re_node_set *set, Idx idx)
{