summaryrefslogtreecommitdiff
path: root/base/gxfapi.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 /base/gxfapi.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 'base/gxfapi.c')
-rw-r--r--base/gxfapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gxfapi.c b/base/gxfapi.c
index 1aff144e8..c4eb3c233 100644
--- a/base/gxfapi.c
+++ b/base/gxfapi.c
@@ -1228,7 +1228,7 @@ gs_fapi_do_char(gs_font *pfont, gs_state *pgs, gs_text_enum_t *penum, char *font
SBW_FROM_RENDERER
} sbw_state = SBW_SCALE;
- if ( index == gs_no_glyph )
+ if ( index == GS_NO_GLYPH )
return 0;
I->use_outline = false;