grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.26-4-g2ad0946


From: Jim Meyering
Subject: grep branch, master, updated. v2.26-4-g2ad0946
Date: Mon, 10 Oct 2016 05:15:21 +0000 (UTC)

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  2ad09464f9fb248f957c9ee98fa1a78d05a7466f (commit)
      from  ac28dcd0a7efc64785bacc347328c1d083989729 (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=2ad09464f9fb248f957c9ee98fa1a78d05a7466f


commit 2ad09464f9fb248f957c9ee98fa1a78d05a7466f
Author: Jim Meyering <address@hidden>
Date:   Sun Oct 9 22:13:21 2016 -0700

    maint: die.h: add the "#define ..." part of double inclusion guard
    
    * src/die.h (DIE_H): Define to 1.

diff --git a/src/die.h b/src/die.h
index d993cda..c0bd024 100644
--- a/src/die.h
+++ b/src/die.h
@@ -17,6 +17,7 @@
    02110-1301, USA.  */
 
 #ifndef DIE_H
+#define DIE_H
 
 #include <error.h>
 #include <stdbool.h>

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

Summary of changes:
 src/die.h |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
grep



reply via email to

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