diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1999-06-07 05:09:27 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1999-06-07 05:09:27 +0000 |
commit | 73c4bd372c3dfbcd6d8a90a336f2f6326acdaf8a (patch) | |
tree | 4740f318927ce4bf4d17fad9d8ee9d5df95a5c51 /pl/pl.mak | |
parent | 62de76d28024c7bc2dc88e6e8e0b9d3890bd961b (diff) |
adds debugging assertions for current devices while devices are being
removed from the pcl interpreter's instance.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@881 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl/pl.mak')
-rw-r--r-- | pl/pl.mak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ $(PLOBJ)pjl.dev: $(PL_MAK) $(ECHOGS_XE) $(pjl_obj) ################ Shared libraries ################ +pldebug_h=$(PLSRC)pldebug.h pldict_h=$(PLSRC)pldict.h pldraw_h=$(PLSRC)pldraw.h $(gsiparam_h) plplatf_h=$(PLSRC)plplatf.h |