summaryrefslogtreecommitdiff
path: root/pcl/pcl/pctop.h
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2017-05-08 17:16:56 -0600
committerHenry Stiles <henry.stiles@artifex.com>2017-05-19 12:52:20 -0600
commitd585f6b8b2150c70a4fdc8d2b4d582012411f586 (patch)
treeb130b5c87a9f6b1bc431bdfb32e80deaea402766 /pcl/pcl/pctop.h
parentb6689161cc0dcbbb0f029a91708ac2724570a63d (diff)
downloadghostpdl-d585f6b8b2150c70a4fdc8d2b4d582012411f586.tar.gz
PL API: Remove separate interpreter instances.
The previous design was complicated by supporting multiple instances of each language which will never be used, so we can remove the interpreter instance type and access each language through the implementation pointer.
Diffstat (limited to 'pcl/pcl/pctop.h')
-rw-r--r--pcl/pcl/pctop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcl/pcl/pctop.h b/pcl/pcl/pctop.h
index 19c7e7962..70e1302c1 100644
--- a/pcl/pcl/pctop.h
+++ b/pcl/pcl/pctop.h
@@ -20,6 +20,6 @@
#ifndef pctop_INCLUDED
# define pctop_INCLUDED
-pcl_state_t *pcl_get_gstate(pl_interp_instance_t * instance);
+pcl_state_t *pcl_get_gstate(pl_interp_implementation_t * instance);
#endif /* pctop_INCLUDED */