[latex3-commits] [l3svn] r6035 - Replace \c_zero by \exp_end: in \__prg_case:nnw

noreply at latex-project.org noreply at latex-project.org
Tue Sep 22 22:41:43 CEST 2015


Author: bruno
Date: 2015-09-22 22:41:43 +0200 (Tue, 22 Sep 2015)
New Revision: 6035

Modified:
   trunk/l3kernel/l3tl.dtx
Log:
Replace \c_zero by \exp_end: in \__prg_case:nnw

I think that's the right thing to do.  Maybe I'm missing something?


Modified: trunk/l3kernel/l3tl.dtx
===================================================================
--- trunk/l3kernel/l3tl.dtx	2015-09-22 19:55:59 UTC (rev 6034)
+++ trunk/l3kernel/l3tl.dtx	2015-09-22 20:41:43 UTC (rev 6035)
@@ -2206,7 +2206,7 @@
 %   \texttt{true} code is mopped up by |#3|).
 %    \begin{macrocode}
 \cs_new:Npn \__prg_case_end:nw #1#2#3 \q_mark #4#5 \q_stop
-  { \c_zero #1 #4 }
+  { \exp_end: #1 #4 }
 \cs_new_eq:NN \@@_case_end:nw \__prg_case_end:nw
 %    \end{macrocode}
 % \end{macro}



More information about the latex3-commits mailing list