summaryrefslogtreecommitdiff
path: root/pcl/pcindxed.c
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>1999-02-19 00:04:40 +0000
committerRay Johnston <ray.johnston@artifex.com>1999-02-19 00:04:40 +0000
commit0e19e434960c337e56d98f91dabffe50afc0348e (patch)
treeca4a56ef89408b1c62982b8e0210f5fba3b5b39b /pcl/pcindxed.c
parent656aac79e22e69b343475f9b7cf303743462e1ae (diff)
Change cs_indexed_..._ptrs to pcl_cs_indexed_..._ptrs to prevent conflict
with gscolor2.c when building NOPRIVATE=1. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@729 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pcl/pcindxed.c')
-rw-r--r--pcl/pcindxed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcl/pcindxed.c b/pcl/pcindxed.c
index cf7e3c6bf..32f052b3a 100644
--- a/pcl/pcindxed.c
+++ b/pcl/pcindxed.c
@@ -30,7 +30,7 @@ pcl_cs_indexed_t * pdflt_cs_indexed;
* GC routines
*/
private
-ENUM_PTRS_BEGIN(cs_indexed_enum_ptrs)
+ENUM_PTRS_BEGIN(pcl_cs_indexed_enum_ptrs)
return 0;
ENUM_PTR(0, pcl_cs_indexed_t, pbase);
ENUM_PTR(1, pcl_cs_indexed_t, pcspace);
@@ -38,7 +38,7 @@ ENUM_PTRS_BEGIN(cs_indexed_enum_ptrs)
ENUM_PTRS_END
private
-RELOC_PTRS_BEGIN(cs_indexed_reloc_ptrs)
+RELOC_PTRS_BEGIN(pcl_cs_indexed_reloc_ptrs)
RELOC_PTR(pcl_cs_indexed_t, pbase);
RELOC_PTR(pcl_cs_indexed_t, pcspace);
RELOC_STRING_PTR(pcl_cs_indexed_t, palette);