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  405b9042e4b67c21c448f285ff8b478846e3ee66 (commit)
      from  9ef6d5d5dd03ce90508bef4dd56bf8de82970a02 (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=405b9042e4b67c21c448f285ff8b478846e3ee66


commit 405b9042e4b67c21c448f285ff8b478846e3ee66
Author: Jim Meyering <[email protected]>
Date:   Sat Dec 24 05:24:53 2016 -0800

    maint: fix "syntax-check" failure
    
    * src/grep.c (SEP_STR_GROUP): Declare "static".

diff --git a/src/grep.c b/src/grep.c
index 1c45286..c306ce0 100644
--- a/src/grep.c
+++ b/src/grep.c
@@ -52,7 +52,7 @@
 
 enum { SEP_CHAR_SELECTED = ':' };
 enum { SEP_CHAR_REJECTED = '-' };
-char const SEP_STR_GROUP[] = "--";
+static char const SEP_STR_GROUP[] = "--";
 
 #define AUTHORS \
   proper_name ("Mike Haertel"), \

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

Summary of changes:
 src/grep.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
grep

Reply via email to