summaryrefslogtreecommitdiff
path: root/Resource/Init/pdf_rbld.ps
diff options
context:
space:
mode:
authorNancy Durgin <nancy.durgin@artifex.com>2019-02-26 15:46:24 -0800
committerNancy Durgin <nancy.durgin@artifex.com>2019-02-26 15:50:49 -0800
commitebea5737da47a55e0838b9472bc05d209717d670 (patch)
treefccc0147a8fbf12432eed3b791fb8d2af2a605f8 /Resource/Init/pdf_rbld.ps
parent239d82b8b382afd435f3b48025954715633da9a9 (diff)
downloadghostpdl-ebea5737da47a55e0838b9472bc05d209717d670.tar.gz
Undef .internalstopped in gs_init.ps
This is used all over the place, tons of edits. Making it an operator didn't work (something to do with the stack during an error I think -- fails on tests_private/ps/ps3fts/141-01.ps). So I made all the references be immediate evaluation, then can undef in gs_init.ps.
Diffstat (limited to 'Resource/Init/pdf_rbld.ps')
-rw-r--r--Resource/Init/pdf_rbld.ps2
1 files changed, 1 insertions, 1 deletions
diff --git a/Resource/Init/pdf_rbld.ps b/Resource/Init/pdf_rbld.ps
index 7527dbba0..3aca13d8c 100644
--- a/Resource/Init/pdf_rbld.ps
+++ b/Resource/Init/pdf_rbld.ps
@@ -374,7 +374,7 @@
} ifelse
% Read a line from file. If the line does not fit into our working string,
% or any other error, then we will discard it.
- PDFfile exch { readline } .internalstopped
+ PDFfile exch { readline } //.internalstopped exec
{ pop pop //false } if % indicate no string if we stopped
{ % stack: <length> <working_str> <loc> <string>
% Now that we have line, get obj num, ref num, and 'obj'. Verify that each