[gs-cvs] rev 8475 - trunk/gs/lib

alexcher at ghostscript.com alexcher at ghostscript.com
Wed Jan 2 15:58:44 PST 2008


Author: alexcher
Date: 2008-01-02 15:58:44 -0800 (Wed, 02 Jan 2008)
New Revision: 8475

Modified:
   trunk/gs/lib/pdf_main.ps
Log:
Re-export runpdfbegin, dopdfpages, and runpdfend procedures, which turned out
to be used by 3rd party programs. Partly revert the rev. 8325.

DIFFERENCES:
None.


Modified: trunk/gs/lib/pdf_main.ps
===================================================================
--- trunk/gs/lib/pdf_main.ps	2008-01-02 13:10:59 UTC (rev 8474)
+++ trunk/gs/lib/pdf_main.ps	2008-01-02 23:58:44 UTC (rev 8475)
@@ -254,8 +254,8 @@
   } forall
 } bind def
 
-{/runpdfbegin /runpdfpagerange /dopdfpages /runpdfend /pdf_collection_files}
-{ currentdict exch .undef } forall
+currentdict /runpdfpagerange .undef
+currentdict /pdf_collection_files .undef
 
 end			% systemdict
 % Redefine the procedure that the C code uses for running piped input.



More information about the gs-cvs mailing list