summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/xetexdir/xetex-latex3.ch
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2012-05-07 14:18:32 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2012-05-07 14:18:32 +0000
commit442cbc456148fe4adcdfeb54e0f381b2e95a4ad1 (patch)
tree922f65173698e24968af2eba833e681d86e8ddd5 /Build/source/texk/web2c/xetexdir/xetex-latex3.ch
parent3530dc67181938ca9b1ba27cc25e04ef285de0e0 (diff)
Drop enctex.ch; xetex.ch was removing it anyway, so simplify things
git-svn-id: svn://tug.org/texlive/trunk@26242 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/xetex-latex3.ch')
-rw-r--r--Build/source/texk/web2c/xetexdir/xetex-latex3.ch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/xetex-latex3.ch b/Build/source/texk/web2c/xetexdir/xetex-latex3.ch
index 44ee0d2d3b1..42463cc342a 100644
--- a/Build/source/texk/web2c/xetexdir/xetex-latex3.ch
+++ b/Build/source/texk/web2c/xetexdir/xetex-latex3.ch
@@ -354,9 +354,9 @@ b := is_in_csname; is_in_csname := true;
% \ifincsname
@x
-if (cur_cmd<>end_cs_name) or (cur_chr<>0) then @<Complain about missing \.{\\endcsname}@>;
+if cur_cmd<>end_cs_name then @<Complain about missing \.{\\endcsname}@>;
@y
-if (cur_cmd<>end_cs_name) or (cur_chr<>0) then @<Complain about missing \.{\\endcsname}@>;
+if cur_cmd<>end_cs_name then @<Complain about missing \.{\\endcsname}@>;
is_in_csname := b;
@z