summaryrefslogtreecommitdiff
path: root/pcl
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2021-12-07 17:22:23 +0000
committerChris Liddell <chris.liddell@artifex.com>2021-12-07 17:55:07 +0000
commit7f38f2fb6dfe0ee8efa5bda7aa4a3ad27dc4581c (patch)
tree310576daa0c28b9b32ee5a8e6d3cf578d6c31d4a /pcl
parent488d8088e7e331076e7b5d0312d491f792d43f3b (diff)
downloadghostpdl-7f38f2fb6dfe0ee8efa5bda7aa4a3ad27dc4581c.tar.gz
Add pdfi to gpdl
Means extending the pdf_detect_language() to check the first five (rather than two) bytes in the input.
Diffstat (limited to 'pcl')
-rw-r--r--pcl/pl/plimpl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcl/pl/plimpl.c b/pcl/pl/plimpl.c
index 40bac9b86..4c88b06e9 100644
--- a/pcl/pl/plimpl.c
+++ b/pcl/pl/plimpl.c
@@ -61,12 +61,12 @@ pl_interp_implementation_t *pdl_implementations[] = {
#ifdef XPS_INCLUDED
&xps_implementation,
#endif
-#ifdef PSI_INCLUDED
- &ps_implementation,
-#endif
#ifdef PDF_INCLUDED
&pdf_implementation,
#endif
+#ifdef PSI_INCLUDED
+ &ps_implementation,
+#endif
#ifdef URF_INCLUDED
&urf_implementation,
#endif