grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep branch, master, updated. v2.22-18-g4f04b82


From: Paul Eggert
Subject: grep branch, master, updated. v2.22-18-g4f04b82
Date: Wed, 06 Jan 2016 17:55:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  4f04b821d3bd00283cbfed17b81f68dba5fdd9cb (commit)
      from  f6603c4e1e04dbb87a7232c4b44acc6afdf65fef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=4f04b821d3bd00283cbfed17b81f68dba5fdd9cb


commit 4f04b821d3bd00283cbfed17b81f68dba5fdd9cb
Author: Paul Eggert <address@hidden>
Date:   Wed Jan 6 09:55:28 2016 -0800

    grep: restore -P optimization (followup fix)
    
    * src/search.h (EGexecute, Fexecute, Pexecute):
    Change decls to match new implementations.
    I forgot to add this file to the previous commit.

diff --git a/src/search.h b/src/search.h
index 5031d67..a69bf19 100644
--- a/src/search.h
+++ b/src/search.h
@@ -57,15 +57,15 @@ extern wint_t mb_next_wc (char const *, char const *);
 
 /* dfasearch.c */
 extern void GEAcompile (char const *, size_t, reg_syntax_t);
-extern size_t EGexecute (char const *, size_t, size_t *, char const *);
+extern size_t EGexecute (char *, size_t, size_t *, char const *);
 
 /* kwsearch.c */
 extern void Fcompile (char const *, size_t);
-extern size_t Fexecute (char const *, size_t, size_t *, char const *);
+extern size_t Fexecute (char *, size_t, size_t *, char const *);
 
 /* pcresearch.c */
 extern void Pcompile (char const *, size_t);
-extern size_t Pexecute (char const *, size_t, size_t *, char const *);
+extern size_t Pexecute (char *, size_t, size_t *, char const *);
 
 /* Return the number of bytes in the character at the start of S, which
    is of size N.  N must be positive.  MBS is the conversion state.

-----------------------------------------------------------------------

Summary of changes:
 src/search.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]