summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2010-04-28 20:19:40 +0000
committerRobin Watts <robin.watts@artifex.com>2010-04-28 20:19:40 +0000
commit7cea3b4e8e97a19a920b69f3c37e14c2fc9e3943 (patch)
tree3cdc437b081f755525aa72511db43f225c41583d
parent87471f315b48063cad858f222e3b596d7c37a087 (diff)
downloadghostpdl-7cea3b4e8e97a19a920b69f3c37e14c2fc9e3943.tar.gz
Simple fix to remove dict_default_pack from being a global bool.
(Make it an enum instead). No changes expected or shown by local cluster testing. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11145 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r--gs/psi/idict.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gs/psi/idict.c b/gs/psi/idict.c
index 6f225a97d..85605cce1 100644
--- a/gs/psi/idict.c
+++ b/gs/psi/idict.c
@@ -57,7 +57,9 @@
const uint dict_max_size = max_array_size - 1;
/* Define whether dictionaries are packed by default. */
-bool dict_default_pack = true;
+enum {
+ dict_default_pack = true
+};
/*
* Define the check for whether we can set the 1-element cache.