diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/supp-pdf.mkii')
-rw-r--r-- | Master/texmf-dist/tex/context/base/supp-pdf.mkii | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/context/base/supp-pdf.mkii b/Master/texmf-dist/tex/context/base/supp-pdf.mkii index c54b0c6bc25..4d3619d4b8b 100644 --- a/Master/texmf-dist/tex/context/base/supp-pdf.mkii +++ b/Master/texmf-dist/tex/context/base/supp-pdf.mkii @@ -2020,7 +2020,7 @@ %D The last object number used is avaliable in the macro %D \type {\lastPDFMPobject}. -\ifx\makeMPintoPDFobject\undefined \chardef\makeMPintoPDFobject=0 \fi +\ifx\makeMPintoPDFobject\undefined \newcount\makeMPintoPDFobject \fi \def\lastPDFMPobject{0} @@ -2096,17 +2096,17 @@ \def\dopackageMPgraphic#1% #1 = boxregister {%\ifx\pdfxform\undefined - % \chardef\makeMPintoPDFobject0 % no pdftex at all + % \makeMPintoPDFobject0 % no pdftex at all %\else\ifx\pdftexversion\undefined - % \chardef\makeMPintoPDFobject0 % no pdftex at all + % \makeMPintoPDFobject0 % no pdftex at all %\else\ifnum\pdftexversion<14 - % \chardef\makeMPintoPDFobject0 % no resource support + % \makeMPintoPDFobject0 % no resource support %\else % % keep the default value %\fi\fi\fi \ifcase\makeMPintoPDFobject\or\or\ifx\currentPDFresources\empty\else % an existing value of 2 signals object support (set elsewhere) - \chardef\makeMPintoPDFobject1 + \makeMPintoPDFobject1 \fi\fi \ifcase\makeMPintoPDFobject \box#1% |