Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/PSTokenizer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/PSTokenizer.cc')
-rw-r--r--pdf/xpdf/PSTokenizer.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf/xpdf/PSTokenizer.cc b/pdf/xpdf/PSTokenizer.cc
index 8d654bd..570a7ba 100644
--- a/pdf/xpdf/PSTokenizer.cc
+++ b/pdf/xpdf/PSTokenizer.cc
@@ -6,7 +6,9 @@
//
//========================================================================
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
#pragma implementation
#endif