summaryrefslogtreecommitdiff
path: root/psi/int.mak
diff options
context:
space:
mode:
authorKen Sharp <ken.sharp@artifex.com>2023-05-05 09:24:19 +0100
committerKen Sharp <ken.sharp@artifex.com>2023-05-05 09:24:19 +0100
commit95e687807f47e59f1860c4c0ddc65080a354bd0b (patch)
tree6cceb6a3457b9ee058d8d5040d8648c4517299b8 /psi/int.mak
parent3dab3b466b2ed956875386f0675a37448cc5faba (diff)
downloadghostpdl-95e687807f47e59f1860c4c0ddc65080a354bd0b.tar.gz
Ghostscript - split up PDF operator table
Bug #706705 "zpdfops_op_defs[] table overflow" If HAVE_LIBIDN is true then we would have more than 16 operators in the table, which is the maximum (obviously this is not true on the cluster) Split the table up by moving the old PDF interpreter operators into a new table to make it easier to get rid of them in future.
Diffstat (limited to 'psi/int.mak')
-rw-r--r--psi/int.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/psi/int.mak b/psi/int.mak
index ca78caa1f..d0f73cafe 100644
--- a/psi/int.mak
+++ b/psi/int.mak
@@ -1808,6 +1808,7 @@ zpdfops_=$(PSOBJ)zpdfops.$(OBJ)
$(PSD)pdfops.dev : $(ECHOGS_XE) $(zpdfops_) $(INT_MAK) $(MAKEDIRS)
$(SETMOD) $(PSD)pdfops $(zpdfops_)
$(ADDMOD) $(PSD)pdfops -oper zpdfops
+ $(ADDMOD) $(PSD)pdfops -oper zpdfops_old
$(PSOBJ)zpdfops.$(OBJ) : $(PSSRC)zpdfops.c $(OP) $(MAKEFILE)\
$(ghost_h) $(gsmchunk_h) $(oper_h) \