Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/goo
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 16:45:09 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-03-31 16:45:09 (GMT)
commit28c37dbcf87665a4ccec58bef9ef8ff0697022dd (patch)
tree4fd39a6f8e50717677d56ad0bbb520baa77589f0 /pdf/goo
parent6112dfe4b45b0305c7a6f61bd8a847f69f892cbb (diff)
Import of Xpdf 2.00 for merge
Diffstat (limited to 'pdf/goo')
-rw-r--r--pdf/goo/GHash.cc5
-rw-r--r--pdf/goo/GHash.h4
-rw-r--r--pdf/goo/GList.cc5
-rw-r--r--pdf/goo/GList.h4
4 files changed, 12 insertions, 6 deletions
diff --git a/pdf/goo/GHash.cc b/pdf/goo/GHash.cc
index dc09f71..dfab926 100644
--- a/pdf/goo/GHash.cc
+++ b/pdf/goo/GHash.cc
@@ -6,11 +6,12 @@
//
//========================================================================
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
#pragma implementation
#endif
-#include <aconf.h>
#include "gmem.h"
#include "GString.h"
#include "GHash.h"
diff --git a/pdf/goo/GHash.h b/pdf/goo/GHash.h
index 91d9700..8d73f3b 100644
--- a/pdf/goo/GHash.h
+++ b/pdf/goo/GHash.h
@@ -9,7 +9,9 @@
#ifndef GHASH_H
#define GHASH_H
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
#pragma interface
#endif
diff --git a/pdf/goo/GList.cc b/pdf/goo/GList.cc
index f52bc26..accd73d 100644
--- a/pdf/goo/GList.cc
+++ b/pdf/goo/GList.cc
@@ -6,11 +6,12 @@
//
//========================================================================
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
#pragma implementation
#endif
-#include <aconf.h>
#include <string.h>
#include "gmem.h"
#include "GList.h"
diff --git a/pdf/goo/GList.h b/pdf/goo/GList.h
index 0ef4fd7..6a610ed 100644
--- a/pdf/goo/GList.h
+++ b/pdf/goo/GList.h
@@ -9,7 +9,9 @@
#ifndef GLIST_H
#define GLIST_H
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
#pragma interface
#endif