summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Resource/Init/gs_lev2.ps6
-rw-r--r--Resource/Init/gs_pdfwr.ps4
2 files changed, 5 insertions, 5 deletions
diff --git a/Resource/Init/gs_lev2.ps b/Resource/Init/gs_lev2.ps
index 4cc7f820f..0fd416465 100644
--- a/Resource/Init/gs_lev2.ps
+++ b/Resource/Init/gs_lev2.ps
@@ -158,7 +158,7 @@ end
158 { 158 {
159 pop pop 159 pop pop
160 } ifelse 160 } ifelse
161 } forall 161 } executeonly forall
162 % A context switch might have occurred during the above loop, 162 % A context switch might have occurred during the above loop,
163 % causing the interpreter-level parameters to be reset. 163 % causing the interpreter-level parameters to be reset.
164 % Set them again to the new values. From here on, we are safe, 164 % Set them again to the new values. From here on, we are safe,
@@ -229,9 +229,9 @@ end
229 { pop pop 229 { pop pop
230 } 230 }
231 ifelse 231 ifelse
232 } 232 } executeonly
233 forall pop 233 forall pop
234} .bind odef 234} .bind executeonly odef
235 235
236% Initialize the passwords. 236% Initialize the passwords.
237% NOTE: the names StartJobPassword and SystemParamsPassword are known to 237% NOTE: the names StartJobPassword and SystemParamsPassword are known to
diff --git a/Resource/Init/gs_pdfwr.ps b/Resource/Init/gs_pdfwr.ps
index c158a8faf..422e66e1a 100644
--- a/Resource/Init/gs_pdfwr.ps
+++ b/Resource/Init/gs_pdfwr.ps
@@ -658,11 +658,11 @@ currentdict /.pdfmarkparams .undef
658 systemdict /.pdf_hooked_DSC_Creator //true .forceput 658 systemdict /.pdf_hooked_DSC_Creator //true .forceput
659 } executeonly if 659 } executeonly if
660 pop 660 pop
661 } if 661 } executeonly if
662 } { 662 } {
663 pop 663 pop
664 } ifelse 664 } ifelse
665 } 665 } executeonly
666 { 666 {
667 pop 667 pop
668 } ifelse 668 } ifelse