diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx b/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx index a5916afd225..212e9ff56dc 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx @@ -145,7 +145,7 @@ % \end{macro} % \end{macro} % \end{macro} -\GetIdInfo$Id: l3bootstrap.dtx 4741 2014-05-05 14:16:57Z joseph $ +\GetIdInfo$Id: l3bootstrap.dtx 4750 2014-05-06 16:56:59Z joseph $ {L3 Bootstrap code} %</driver|package> %<*driver> @@ -348,8 +348,6 @@ {% l3kernel = { } function l3kernel.strcmp (A, B) - A = A or "" - B = B or "" if A == B then tex.write ("0") elseif A < B then @@ -366,7 +364,7 @@ \expandafter\luatex_directlua:D\expandafter{\tempa}% } %</initex> - \gdef\expl_pdfstrcmp#1#2% + \long\gdef\expl_pdfstrcmp#1#2% {% \luatex_directlua:D {% |