grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.6-3-g7e11072


From: Jim Meyering
Subject: grep branch, master, updated. v2.6-3-g7e11072
Date: Tue, 23 Mar 2010 20:43:50 +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  7e110721f800b8b132086c652fff504935b7a36b (commit)
      from  3220317a428d63a4303ffee0fb45becf835cf1fd (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=7e110721f800b8b132086c652fff504935b7a36b


commit 7e110721f800b8b132086c652fff504935b7a36b
Author: Jim Meyering <address@hidden>
Date:   Tue Mar 23 21:40:40 2010 +0100

    build: avoid compilation failure when MBS_SUPPORT not defined
    
    * src/dfa.c (setbit_case_fold) [!MBS_SUPPORT]: Fix curly brace mismatch.

diff --git a/src/dfa.c b/src/dfa.c
index a0d9410..9aa2bdc 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -258,8 +258,8 @@ setbit_case_fold (wint_t b, charclass c)
             setbit (b2, c);
         }
       else
-        {
 #endif
+        {
           unsigned char b1 = ISUPPER(b) ? tolower(b) : b;
           unsigned char b2 = ISLOWER(b) ? toupper(b) : b;
          setbit (b1, c);

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

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


hooks/post-receive
-- 
grep




reply via email to

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