diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-18 23:17:39 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-12-18 23:17:39 +0000 |
commit | 6ac21981b4f6eb6bd37dc4f85f9b6710b0f0575e (patch) | |
tree | e0a109e4c79d9a30833fc9507029a5e74188f404 /Build/source/texk/web2c/luatexdir/tex/texmath.w | |
parent | 2f2d9463e4c9b1ef9c742cc001d131459c6ca169 (diff) |
web2c/luatexdir: Sync with the upstream.
git-svn-id: svn://tug.org/texlive/trunk@39142 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/texmath.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/texmath.w | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/texmath.w b/Build/source/texk/web2c/luatexdir/tex/texmath.w index 676f4262b21..16224f09ff0 100644 --- a/Build/source/texk/web2c/luatexdir/tex/texmath.w +++ b/Build/source/texk/web2c/luatexdir/tex/texmath.w @@ -1100,8 +1100,7 @@ static delcodeval do_scan_extdef_del_code(int extcode, boolean doclass) NULL }; delcodeval d; - int mcls, msfam = 0, mschr = 0, mlfam = 0, mlchr = 0; - mcls = 0; + int mcls = 0, msfam = 0, mschr = 0, mlfam = 0, mlchr = 0; if (extcode == tex_mathcode) { /* \.{\\delcode}, this is the easiest */ scan_int(); /* "MFCCFCC or "FCCFCC */ |