grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.18-25-g71e34fe


From: Paul Eggert
Subject: grep branch, master, updated. v2.18-25-g71e34fe
Date: Sun, 09 Mar 2014 22:30:43 +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  71e34feab53bb5713a34a1c73ca06859c0820d9d (commit)
      from  370c37425c7ba006974dc0df9d72242984d44c49 (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=71e34feab53bb5713a34a1c73ca06859c0820d9d


commit 71e34feab53bb5713a34a1c73ca06859c0820d9d
Author: Paul Eggert <address@hidden>
Date:   Sun Mar 9 15:29:34 2014 -0700

    maint: pacify 'make dist'
    
    * src/dfa.c (parse_bracket_exp): Reindent with spaces.
    * src/dfa.h (case_folded_counterparts): Prefix decl with 'extern'.
    * src/main.c: Don't include assert.h.

diff --git a/src/dfa.c b/src/dfa.c
index 5910268..5e60cd5 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -1157,7 +1157,7 @@ parse_bracket_exp (void)
                     }
                 }
               else if (using_simple_locale ())
-               {
+                {
                   for (c1 = c; c1 <= c2; c1++)
                     setbit (c1, ccl);
                   if (case_fold)
diff --git a/src/dfa.h b/src/dfa.h
index ad2b854..24fbcbe 100644
--- a/src/dfa.h
+++ b/src/dfa.h
@@ -108,4 +108,4 @@ extern int using_utf8 (void);
    entry in LONESOME_LOWER; see dfa.c.  */
 enum { CASE_FOLDED_BUFSIZE = 1 + 1 + 19 };
 
-int case_folded_counterparts (wchar_t, wchar_t[CASE_FOLDED_BUFSIZE]);
+extern int case_folded_counterparts (wchar_t, wchar_t[CASE_FOLDED_BUFSIZE]);
diff --git a/src/main.c b/src/main.c
index 4f8f1ef..c536a5a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -27,7 +27,6 @@
 #include <fcntl.h>
 #include <inttypes.h>
 #include <stdio.h>
-#include <assert.h>
 #include "system.h"
 
 #include "argmatch.h"

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

Summary of changes:
 src/dfa.c  |    2 +-
 src/dfa.h  |    2 +-
 src/main.c |    1 -
 3 files changed, 2 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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