grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.18-142-g1468650


From: Paul Eggert
Subject: grep branch, master, updated. v2.18-142-g1468650
Date: Sun, 11 May 2014 03:14:26 +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  14686509fca4a3948649371edec9bbfb02794c2a (commit)
      from  a2fc69bc0e5f12ddee151f1f695d9c1a393b8afd (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=14686509fca4a3948649371edec9bbfb02794c2a


commit 14686509fca4a3948649371edec9bbfb02794c2a
Author: Paul Eggert <address@hidden>
Date:   Sat May 10 20:14:01 2014 -0700

    dfa: omit double includes
    
    * src/dfa.c: Don't include stddef.h or stdbool.h, as dfa.h includes
    them already, and it's the same module as we are.
    Suggested by Aharon Robbins in: http://bugs.gnu.org/17458

diff --git a/src/dfa.c b/src/dfa.c
index ba19a72..3c9cb75 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -27,12 +27,10 @@
 #include <assert.h>
 #include <ctype.h>
 #include <stdio.h>
-#include <stddef.h>
 #include <stdlib.h>
 #include <limits.h>
 #include <string.h>
 #include <locale.h>
-#include <stdbool.h>
 
 #define STREQ(a, b) (strcmp (a, b) == 0)
 

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

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


hooks/post-receive
-- 
grep



reply via email to

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