aboutsummaryrefslogtreecommitdiff
path: root/generic/PostScript.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/PostScript.c')
-rw-r--r--generic/PostScript.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/PostScript.c b/generic/PostScript.c
index a8e5f0b..3465abe 100644
--- a/generic/PostScript.c
+++ b/generic/PostScript.c
@@ -273,7 +273,9 @@ ZnPostScriptCmd(ZnWInfo *wi,
* then process all the arguments to fill the data structure in.
*----------------------------------------------------------------
*/
+#ifndef PTK
result = Tcl_EvalEx(wi->interp, psenccmd, -1, TCL_EVAL_GLOBAL);
+#endif
if (result != TCL_OK) {
return result;
}