[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep branch, master, updated. v2.9-29-ge41f61a
From: |
Jim Meyering |
Subject: |
grep branch, master, updated. v2.9-29-ge41f61a |
Date: |
Thu, 15 Sep 2011 14:50:14 +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 e41f61a2fa00469f8462a9216a9aae5838f26629 (commit)
from adb4b2ca3aef27eb8991f8cb022a85964f4ad49e (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=e41f61a2fa00469f8462a9216a9aae5838f26629
commit e41f61a2fa00469f8462a9216a9aae5838f26629
Author: Jim Meyering <address@hidden>
Date: Thu Sep 15 16:47:48 2011 +0200
build: avoid compilation failure when building without PCRE support
* src/pcresearch.c [!HAVE_LIBPCRE] (WITHOUT_PCRE_NORETURN): Define
to _Noreturn, not obsoleted-by-gnulib _GL_ATTRIBUTE_NORETURN.
Reported by Eric Blake.
diff --git a/src/pcresearch.c b/src/pcresearch.c
index f8581e0..5ccc626 100644
--- a/src/pcresearch.c
+++ b/src/pcresearch.c
@@ -103,7 +103,7 @@ Pcompile (char const *pattern, size_t size)
/* Pexecute is a no-return function when building --without-pcre. */
#if !HAVE_LIBPCRE
-# define WITHOUT_PCRE_NORETURN _GL_ATTRIBUTE_NORETURN
+# define WITHOUT_PCRE_NORETURN _Noreturn
#else
# define WITHOUT_PCRE_NORETURN /* empty */
#endif
-----------------------------------------------------------------------
Summary of changes:
src/pcresearch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep branch, master, updated. v2.9-29-ge41f61a,
Jim Meyering <=