From 95e687807f47e59f1860c4c0ddc65080a354bd0b Mon Sep 17 00:00:00 2001 From: Ken Sharp Date: Fri, 5 May 2023 09:24:19 +0100 Subject: 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. --- psi/int.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'psi/int.mak') 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) \ -- cgit v1.2.1