grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.8-5-g34ba125


From: Paul Eggert
Subject: grep branch, master, updated. v3.8-5-g34ba125
Date: Sun, 11 Sep 2022 00:04:32 -0400 (EDT)

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  34ba1256282247ceae75036efcf1a88b4bd22e13 (commit)
       via  29bc7988c96adc92f498e0b2f69133deee6815b9 (commit)
      from  b3cd2ee4aeaf01930c88ac6320afa347e74e91aa (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=34ba1256282247ceae75036efcf1a88b4bd22e13


commit 34ba1256282247ceae75036efcf1a88b4bd22e13
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sat Sep 10 23:04:03 2022 -0500

    Assume C23-like bool
    
    Gnulib’s stdbool module now provides C23-like semantics,
    so there’s no longer any need to include stdbool.h.
    * src/die.h, src/grep.h, src/kwset.h: Don’t include stdbool.h.

diff --git a/src/die.h b/src/die.h
index 4197f0f..c652491 100644
--- a/src/die.h
+++ b/src/die.h
@@ -20,7 +20,6 @@
 #define DIE_H
 
 #include <error.h>
-#include <stdbool.h>
 #include <verify.h>
 
 /* Like 'error (STATUS, ...)', except STATUS must be a nonzero constant.
diff --git a/src/grep.h b/src/grep.h
index fdafdc6..422c257 100644
--- a/src/grep.h
+++ b/src/grep.h
@@ -20,7 +20,6 @@
 #ifndef GREP_GREP_H
 #define GREP_GREP_H 1
 
-#include <stdbool.h>
 #include <idx.h>
 
 /* The following flags are exported from grep for the matchers
diff --git a/src/kwset.h b/src/kwset.h
index 3c2f014..9509645 100644
--- a/src/kwset.h
+++ b/src/kwset.h
@@ -20,7 +20,6 @@
 /* Written August 1989 by Mike Haertel.  */
 
 #include <stddef.h>
-#include <stdbool.h>
 
 #include <idx.h>
 

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=29bc7988c96adc92f498e0b2f69133deee6815b9


commit 34ba1256282247ceae75036efcf1a88b4bd22e13
Author: Paul Eggert <eggert@cs.ucla.edu>
Date:   Sat Sep 10 23:04:03 2022 -0500

    Assume C23-like bool
    
    Gnulib’s stdbool module now provides C23-like semantics,
    so there’s no longer any need to include stdbool.h.
    * src/die.h, src/grep.h, src/kwset.h: Don’t include stdbool.h.

diff --git a/src/die.h b/src/die.h
index 4197f0f..c652491 100644
--- a/src/die.h
+++ b/src/die.h
@@ -20,7 +20,6 @@
 #define DIE_H
 
 #include <error.h>
-#include <stdbool.h>
 #include <verify.h>
 
 /* Like 'error (STATUS, ...)', except STATUS must be a nonzero constant.
diff --git a/src/grep.h b/src/grep.h
index fdafdc6..422c257 100644
--- a/src/grep.h
+++ b/src/grep.h
@@ -20,7 +20,6 @@
 #ifndef GREP_GREP_H
 #define GREP_GREP_H 1
 
-#include <stdbool.h>
 #include <idx.h>
 
 /* The following flags are exported from grep for the matchers
diff --git a/src/kwset.h b/src/kwset.h
index 3c2f014..9509645 100644
--- a/src/kwset.h
+++ b/src/kwset.h
@@ -20,7 +20,6 @@
 /* Written August 1989 by Mike Haertel.  */
 
 #include <stddef.h>
-#include <stdbool.h>
 
 #include <idx.h>
 

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

Summary of changes:
 gnulib      | 2 +-
 src/die.h   | 1 -
 src/grep.h  | 1 -
 src/kwset.h | 1 -
 4 files changed, 1 insertion(+), 4 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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