summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-05-15 15:16:54 +0000
committerKarl Berry <karl@freefriends.org>2020-05-15 15:16:54 +0000
commitbdba055bb449e0da4caa81e99698f301bf0cbfb7 (patch)
treee24b5127af4d11d2e105a158e7508cb6fb89bf00 /Master/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex
parentf069144acdb6dd02c2dbdbf64012a19f91154184 (diff)
latex-dev fmt build fixes for new l3kernel, from Phelype Oleinik
git-svn-id: svn://tug.org/texlive/trunk@55148 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex')
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex
index ef8e0b656aa..22296b4fbae 100644
--- a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex
+++ b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse-generic.tex
@@ -19,14 +19,14 @@
%% and all files in that bundle must be distributed together.
%%
%% File: xparse.dtx
-\cs_if_exist:NT \NewDocumentCommand
- { \file_input_stop: }
\if_charcode:w xx
- \cs_new:Npn \__xparse_file_end_hook: { }
+ \cs_gset:Npn \__xparse_file_end_hook: { }
\else
\ExplSyntaxOn
- \cs_new:Npn \__xparse_file_end_hook: { \ExplSyntaxOff }
+ \cs_gset:Npn \__xparse_file_end_hook: { \ExplSyntaxOff }
\fi:
+\cs_if_exist:NT \NewDocumentCommand
+ { \file_input_stop: }
\tl_new:N \l__xparse_arg_spec_tl
\tl_new:N \l__xparse_args_tl
\tl_new:N \l__xparse_args_i_tl