From 60e55e3300d53b2692b076e1eed63de0d390f50d Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 26 Jan 2011 23:21:07 +0000 Subject: expl3 2138 (26jan11) git-svn-id: svn://tug.org/texlive/trunk@21185 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/expl3/l3fp.sty | 2 +- Master/texmf-dist/tex/latex/expl3/l3tl.sty | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex/latex') diff --git a/Master/texmf-dist/tex/latex/expl3/l3fp.sty b/Master/texmf-dist/tex/latex/expl3/l3fp.sty index 73dac125835..6ac5741afb0 100644 --- a/Master/texmf-dist/tex/latex/expl3/l3fp.sty +++ b/Master/texmf-dist/tex/latex/expl3/l3fp.sty @@ -48,7 +48,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3fp.dtx 2128 2011-01-10 22:44:33Z joseph $ +\GetIdInfo$Id: l3fp.dtx 2129 2011-01-10 22:58:48Z joseph $ {L3 Experimental floating-point operations} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} diff --git a/Master/texmf-dist/tex/latex/expl3/l3tl.sty b/Master/texmf-dist/tex/latex/expl3/l3tl.sty index cd8125b8d1b..e334d246130 100644 --- a/Master/texmf-dist/tex/latex/expl3/l3tl.sty +++ b/Master/texmf-dist/tex/latex/expl3/l3tl.sty @@ -48,7 +48,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3tl.dtx 2103 2010-12-18 07:40:03Z joseph $ +\GetIdInfo$Id: l3tl.dtx 2138 2011-01-26 08:15:27Z joseph $ {L3 Experimental Token Lists} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -282,13 +282,11 @@ } \prg_new_conditional:Nnn \tl_if_single:N {p,TF,T,F} { \tl_if_empty:NTF #1 - {\prg_return_false:} + { \prg_return_false: } { - \exp_after:wN \tl_if_blank:nTF #1 - {\prg_return_true:} - { - \exp_after:wN \_tl_if_single_aux:w #1 \q_stop - } + \tl_if_blank:oTF {#1} + { \prg_return_true: } + { \exp_after:wN \_tl_if_single_aux:w #1 \q_stop } } } \cs_new:Npn \_tl_if_single_aux:w #1#2 \q_stop { -- cgit v1.2.3