summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/aconf2.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/aconf2.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/aconf2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/aconf2.h b/Build/source/libs/xpdf/xpdf-src/aconf2.h
index 59a1740ab93..8bef688075d 100644
--- a/Build/source/libs/xpdf/xpdf-src/aconf2.h
+++ b/Build/source/libs/xpdf/xpdf-src/aconf2.h
@@ -15,7 +15,7 @@
/*
* This controls the use of the interface/implementation pragmas.
*/
-#ifdef __GNUC__
+#if defined(__GNUC__) && !defined(__clang__)
#define USE_GCC_PRAGMAS
#endif
/* There is a bug in the version of gcc which ships with MacOS X 10.2 */