summaryrefslogtreecommitdiff
path: root/psi/idebug.c
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2021-08-12 12:00:25 +0100
committerRobin Watts <Robin.Watts@artifex.com>2021-08-12 12:25:53 +0100
commit316c3a08269212f1005709da64efcb383f8f5ce0 (patch)
treef159677a5685a79e9a735f6cbf375f85dbab4adc /psi/idebug.c
parent0a0c521d85d0275c0d207a35bd27f0a31d54012b (diff)
downloadghostpdl-316c3a08269212f1005709da64efcb383f8f5ce0.tar.gz
Commit pdfi to master.
This is a commit of the pdfi branch to master, eliminating the traditional merge step. The full history of the pdfi branch can be seen in the repo, and that branch is effectively frozen from this point onwards. This commit actually differs from pdfi in a small number of whitespace changes (trailing spaces etc).
Diffstat (limited to 'psi/idebug.c')
-rw-r--r--psi/idebug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/psi/idebug.c b/psi/idebug.c
index fb6ce0c70..796b53712 100644
--- a/psi/idebug.c
+++ b/psi/idebug.c
@@ -132,6 +132,7 @@ debug_print_full_ref(const gs_memory_t *mem, const ref * pref)
case t_string:
dmprintf2(mem, "string(%u)"PRI_INTPTR"", size, (intptr_t)pref->value.bytes);
break;
+ case t_pdfctx:
case t_struct:
strct:{
obj_header_t *obj = (obj_header_t *) pref->value.pstruct;