summaryrefslogtreecommitdiff
path: root/gl/lib/regex_internal.c.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.c.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.c.diff')
-rw-r--r--gl/lib/regex_internal.c.diff10
1 files changed, 5 insertions, 5 deletions
diff --git a/gl/lib/regex_internal.c.diff b/gl/lib/regex_internal.c.diff
index 2cede3c07..a27f67218 100644
--- a/gl/lib/regex_internal.c.diff
+++ b/gl/lib/regex_internal.c.diff
@@ -1,17 +1,17 @@
diff --git a/lib/regex_internal.c b/lib/regex_internal.c
-index 904b88e..61c8d9d 100644
+index 7e8c1bc..e68c9da 100644
--- a/lib/regex_internal.c
+++ b/lib/regex_internal.c
-@@ -18,6 +18,8 @@
- with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+@@ -16,6 +16,8 @@
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, see <http://www.gnu.org/licenses/>. */
+#include "verify.h"
+#include "intprops.h"
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
+@@ -1393,7 +1395,10 @@ static void
internal_function
re_node_set_remove_at (re_node_set *set, Idx idx)
{