summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/xpdf-src/xpdf/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/xpdf/xpdf-src/xpdf/Object.h')
-rw-r--r--Build/source/libs/xpdf/xpdf-src/xpdf/Object.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/libs/xpdf/xpdf-src/xpdf/Object.h b/Build/source/libs/xpdf/xpdf-src/xpdf/Object.h
index 17c082041b7..cb636510149 100644
--- a/Build/source/libs/xpdf/xpdf-src/xpdf/Object.h
+++ b/Build/source/libs/xpdf/xpdf-src/xpdf/Object.h
@@ -11,6 +11,10 @@
#include <aconf.h>
+#ifdef USE_GCC_PRAGMAS
+#pragma interface
+#endif
+
#include <stdio.h>
#include <string.h>
#include "gtypes.h"
@@ -67,7 +71,7 @@ enum ObjType {
// Object
//------------------------------------------------------------------------
-#ifdef DEBUG_OBJECT_MEM
+#ifdef DEBUG_MEM
# if MULTITHREADED
# define initObj(t) gAtomicIncrement(&numAlloc[type = t])
# else
@@ -212,7 +216,7 @@ private:
char *cmd; // command
};
-#ifdef DEBUG_OBJECT_MEM
+#ifdef DEBUG_MEM
#if MULTITHREADED
static GAtomicCounter // number of each type of object
numAlloc[numObjTypes]; // currently allocated