diff options
author | Ray Johnston <ray.johnston@artifex.com> | 1999-02-19 00:04:40 +0000 |
---|---|---|
committer | Ray Johnston <ray.johnston@artifex.com> | 1999-02-19 00:04:40 +0000 |
commit | 0e19e434960c337e56d98f91dabffe50afc0348e (patch) | |
tree | ca4a56ef89408b1c62982b8e0210f5fba3b5b39b /pcl/pcindxed.c | |
parent | 656aac79e22e69b343475f9b7cf303743462e1ae (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.c | 4 |
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); |