summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3basics.sty
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-07-11 00:46:31 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-07-11 00:46:31 +0000
commitaf8f869831d4976ff671f8f0b0ed8de0bb5dc7e8 (patch)
treed5f531a67e24d8b5b16030c5d50750cf8d3fea3e /Master/texmf-dist/tex/latex/expl3/l3basics.sty
parent0c5054c55e1f737f4ecea5cde8f2d552a3d7ffd8 (diff)
expl3 update
git-svn-id: svn://tug.org/texlive/trunk@14222 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3basics.sty')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3basics.sty5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3basics.sty b/Master/texmf-dist/tex/latex/expl3/l3basics.sty
index 4d9e49664c5..08ce70bc2ee 100644
--- a/Master/texmf-dist/tex/latex/expl3/l3basics.sty
+++ b/Master/texmf-dist/tex/latex/expl3/l3basics.sty
@@ -48,7 +48,7 @@
%%
%% -----------------------------------------------------------------------
\RequirePackage{l3names}
-\GetIdInfo$Id: l3basics.dtx 1365 2009-05-31 17:26:17Z mittelba $
+\GetIdInfo$Id: l3basics.dtx 1414 2009-06-16 07:34:57Z joseph $
{L3 Experimental basic definitions}
\ProvidesExplPackage
{\filename}{\filedate}{\fileversion}{\filedescription}
@@ -515,6 +515,9 @@
\cs_new_nopar:Npn \cs_gnew_eq:Nc { \exp_args:NNc \cs_gnew_eq:NN }
\cs_new_nopar:Npn \cs_gnew_eq:cc { \exp_args:Ncc \cs_gnew_eq:NN }
\cs_new_nopar:Npn \cs_gundefine:N #1{\cs_gset_eq:NN #1\c_undefined:D}
+\cs_new_nopar:Npn \cs_gundefine:c #1{
+ \cs_gset_eq:cN {#1} \c_undefined:D
+}
\if_cs_exist:N \xetex_version:D
\cs_new_eq:NN \c_xetex_is_engine_bool \c_true_bool
\else: