aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-01-03 15:12:16 +0000
committerWerner Koch <[email protected]>2017-01-03 15:35:32 +0000
commit704c31992e8716bbe61e6d5751e125a64badeef0 (patch)
tree0c981fdfab3dadb574626eec580dbe05e513745d /src
parentFix last merge. (diff)
downloadlibgpg-error-704c31992e8716bbe61e6d5751e125a64badeef0.tar.gz
libgpg-error-704c31992e8716bbe61e6d5751e125a64badeef0.zip
Fix macro GPGRT_GCC_VERSION
* src/gpg-error.h.in (GPGRT_GCC_VERSION): Fix. -- Fixes-commit: 4e790613f66efcfc62d73722d5f1730a37cb8324 Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gpg-error.h.in2
1 files changed, 1 insertions, 1 deletions
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__