diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | src/gpg-error.h.in | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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__ |