Skip to content

Commit

Permalink
better tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Feb 4, 2019
1 parent 3935eb0 commit 5ee976f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion l3kernel/l3int.dtx
Expand Up @@ -1444,7 +1444,7 @@
\cs_new:Npn \int_use:c #1
{
\tex_the:D
\__kernel_chk_exp_var_exist:cF {#1} { \c_zero_int }
\__kernel_chk_exp_var_exist:cF {#1} { \c_zero_int \exp_after:wN \use_none:n }
\cs:w #1 \cs_end:
}
}
Expand Down
6 changes: 3 additions & 3 deletions l3kernel/l3skip.dtx
Expand Up @@ -1672,7 +1672,7 @@
\cs_new:Npn \dim_use:c #1
{
\tex_the:D
\__kernel_chk_exp_var_exist:cF {#1} { \c_zero_dim }
\__kernel_chk_exp_var_exist:cF {#1} { \c_zero_dim \exp_after:wN \use_none:n }
\cs:w #1 \cs_end:
}
}
Expand Down Expand Up @@ -2028,7 +2028,7 @@
\cs_new:Npn \skip_use:c #1
{
\tex_the:D
\__kernel_chk_exp_var_exist:cF {#1} { \c_zero_skip }
\__kernel_chk_exp_var_exist:cF {#1} { \c_zero_skip \exp_after:wN \use_none:n }
\cs:w #1 \cs_end:
}
}
Expand Down Expand Up @@ -2309,7 +2309,7 @@
\cs_new:Npn \muskip_use:c #1
{
\tex_the:D
\__kernel_chk_exp_var_exist:cF {#1} { \c_zero_muskip }
\__kernel_chk_exp_var_exist:cF {#1} { \c_zero_muskip \exp_after:wN \use_none:n }
\cs:w #1 \cs_end:
}
}
Expand Down
8 changes: 4 additions & 4 deletions l3kernel/testfiles/m3chk004.luatex.tlg
Expand Up @@ -172,7 +172,7 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
INT:0\l_B_int
INT:0
============================================================
! Undefined control sequence.
<write> DIM:\dim_use:N \l_B_dim
Expand Down Expand Up @@ -208,7 +208,7 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
DIM:0.0pt\l_B_dim
DIM:0.0pt
============================================================
! Undefined control sequence.
<write> SKIP:\skip_use:N \l_B_skip
Expand Down Expand Up @@ -244,7 +244,7 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
SKIP:0.0pt\l_B_skip
SKIP:0.0pt
============================================================
! Undefined control sequence.
<write> MUSKIP:\muskip_use:N \l_B_muskip
Expand Down Expand Up @@ -280,7 +280,7 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
MUSKIP:0.0mu\l_B_muskip
MUSKIP:0.0mu
============================================================
! Undefined control sequence.
<argument> \LaTeX3 error:
Expand Down
8 changes: 4 additions & 4 deletions l3kernel/testfiles/m3chk004.tlg
Expand Up @@ -172,7 +172,7 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
INT:0\l_B_int
INT:0
============================================================
! Undefined control sequence.
<write> DIM:\dim_use:N \l_B_dim
Expand Down Expand Up @@ -208,7 +208,7 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
DIM:0.0pt\l_B_dim
DIM:0.0pt
============================================================
! Undefined control sequence.
<write> SKIP:\skip_use:N \l_B_skip
Expand Down Expand Up @@ -244,7 +244,7 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
SKIP:0.0pt\l_B_skip
SKIP:0.0pt
============================================================
! Undefined control sequence.
<write> MUSKIP:\muskip_use:N \l_B_muskip
Expand Down Expand Up @@ -280,7 +280,7 @@ of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.
MUSKIP:0.0mu\l_B_muskip
MUSKIP:0.0mu
============================================================
! Undefined control sequence.
<argument> \LaTeX3 error:
Expand Down

0 comments on commit 5ee976f

Please sign in to comment.