summaryrefslogtreecommitdiff
path: root/psi/zcharout.c
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2016-05-18 18:35:33 +0100
committerChris Liddell <chris.liddell@artifex.com>2016-05-20 09:20:21 +0100
commit7d3dc0cccbf7b1a1d0a273eb78287bf8bb659fb8 (patch)
tree47860e14d64f4bec7a46791a3f58da02f45ff763 /psi/zcharout.c
parentb1b8ec293a199d58742c3ed45c47f249359e3392 (diff)
downloadghostpdl-7d3dc0cccbf7b1a1d0a273eb78287bf8bb659fb8.tar.gz
Remove gs_no_glyph, gs_min_cid_glyph and gs_max_glyph
These were legacy remnants. Replace their remaining uses with the upper case, non-deprecated equivalents.
Diffstat (limited to 'psi/zcharout.c')
-rw-r--r--psi/zcharout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psi/zcharout.c b/psi/zcharout.c
index 548584d0f..a0cf6e728 100644
--- a/psi/zcharout.c
+++ b/psi/zcharout.c
@@ -410,7 +410,7 @@ next:
if (index >= 0) {
switch (r_type(elt)) {
case t_integer:
- *pglyph = gs_min_cid_glyph + elt[0].value.intval;
+ *pglyph = GS_MIN_CID_GLYPH + elt[0].value.intval;
break;
case t_name:
*pglyph = name_index(mem, elt);