diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-12 00:07:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-12 00:07:26 +0000 |
commit | baa7f8e9f03bccf6f383eab72d2945fb6a2e110d (patch) | |
tree | e3d8e915a08f103fe169e6bef2c0d62d305cb5d0 /Master/texmf-dist/source/latex/expl3/l3alloc.dtx | |
parent | a8c915878e3e9b15a28df3a92b0c1ac925d6e28e (diff) |
expl3 2072 (10oct10)
git-svn-id: svn://tug.org/texlive/trunk@20059 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3alloc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3alloc.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3alloc.dtx b/Master/texmf-dist/source/latex/expl3/l3alloc.dtx index 5c5d82b13ad..9b3509c95e3 100644 --- a/Master/texmf-dist/source/latex/expl3/l3alloc.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3alloc.dtx @@ -36,7 +36,7 @@ \RequirePackage{l3names} %</driver> %\fi -\GetIdInfo$Id: l3alloc.dtx 1867 2010-03-23 13:03:12Z will $ +\GetIdInfo$Id: l3alloc.dtx 2063 2010-10-03 08:26:49Z mittelba $ {L3 Experimental register allocation}% %\iffalse %<*driver> @@ -179,7 +179,7 @@ \cs_new_nopar:Npn \alloc_next:Nn #1#2 { \tl_set:cx {#1_#2_allocation_tl} { - \intexpr_eval:n + \int_eval:n { \tl_use:c {#1_#2_allocation_tl} \if:w #1 g + \else: - \fi: 1 @@ -188,7 +188,7 @@ % \end{macrocode} % Then we need to check whether we have run out of registers. % \begin{macrocode} - \intexpr_compare:nNnTF + \int_compare:nNnTF { \tl_use:c{g_#2_allocation_tl} } = { \tl_use:c{l_#2_allocation_tl} } { \iow_term:x { |