Summary: | ReusableStreamDecode available but failing at languagelevel 2 | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | SaGS <sags5495> |
Component: | PS Interpreter | Assignee: | Stefan Kemper <stefan.kemper> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | All | ||
Customer: | Word Size: | --- | |
Attachments: | Suggested patch. |
Description
SaGS
2005-06-21 11:24:37 UTC
Created attachment 1459 [details]
Suggested patch.
The patch makes /ReusableStreamDecode work at LL2 by inserting the body
of ".bigstring" into ".reusablestreamdecode". (Of course, an alternative
is to make ".bigstring" & co. available at LL2, since these are generally
usefull procedures.)
The question whether LL3 filters should be available at LL2 remains.
Thanks to mat. Gheorghe Savulescu for the patch. I've committed it in order to close the bug. DETAILS: In general, running at Language Level 2 by using .setlanguagelevel is not supported when using features that are part of LanguageLevel 3, such as filters that are part of LL3, but this patch is simple and low risk so I am adding it and closing the bug. |