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