72f01ff8da
Change-Id: I7e71411901cc2c09b5d13a5ca451f1981e8a9e44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100090 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
11 lines
291 B
Diff
11 lines
291 B
Diff
--- src/gpg-error.h.in
|
|
+++ src/gpg-error.h.in
|
|
@@ -152,7 +152,7 @@
|
|
/*
|
|
* GCC feature test.
|
|
*/
|
|
-#if __GNUC__
|
|
+#ifdef __GNUC__
|
|
# define _GPG_ERR_GCC_VERSION (__GNUC__ * 10000 \
|
|
+ __GNUC_MINOR__ * 100 \
|
|
+ __GNUC_PATCHLEVEL__)
|