[Pkg-gnupg-commit] [libgpg-error] 05/29: Fix macro GPGRT_GCC_VERSION

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sun Mar 5 00:41:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository libgpg-error.

commit 704c31992e8716bbe61e6d5751e125a64badeef0
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Jan 3 16:12:16 2017 +0100

    Fix macro GPGRT_GCC_VERSION
    
    * src/gpg-error.h.in (GPGRT_GCC_VERSION): Fix.
    --
    
    Fixes-commit: 4e790613f66efcfc62d73722d5f1730a37cb8324
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 NEWS               | 2 ++
 src/gpg-error.h.in | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index b19fd11..572385f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 Noteworthy changes in version 1.27 (unreleased) [C2_/A2_/R_]
 -----------------------------------------------
 
+ * Fixed macro GPGRT_GCC_VERSION.
+
 
 Noteworthy changes in version 1.26 (2016-12-21) [C21/A21/R0]
 -----------------------------------------------
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 06c2f9c..c603314 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -155,7 +155,7 @@ typedef unsigned int gpg_error_t;
 # define _GPG_ERR_CONSTRUCTOR
 #endif
 
-#define GPGRT_GCC_VERSION  _GCC_ERR_GCC_VERSION
+#define GPGRT_GCC_VERSION  _GPG_ERR_GCC_VERSION
 
 #if _GPG_ERR_GCC_VERSION >= 29200
 # define _GPGRT__RESTRICT __restrict__

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libgpg-error.git



More information about the Pkg-gnupg-commit mailing list