summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/mlist.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-03-18 23:02:50 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-03-18 23:02:50 +0000
commit7c08e78692ed78bd6a10ca95133966ddcc326d4e (patch)
tree313cc3c5f4d525e906d6a5de2428d78fb88aa86b /Build/source/texk/web2c/luatexdir/tex/mlist.h
parent870b25c98edb0948ac01b134b3ed8447addd82d9 (diff)
web2c/luatexdir: sync with the luatex trunk
git-svn-id: svn://tug.org/texlive/trunk@40069 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/mlist.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/mlist.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/mlist.h b/Build/source/texk/web2c/luatexdir/tex/mlist.h
index 30bfa19fb8f..bd156212220 100644
--- a/Build/source/texk/web2c/luatexdir/tex/mlist.h
+++ b/Build/source/texk/web2c/luatexdir/tex/mlist.h
@@ -28,7 +28,8 @@ extern void run_mlist_to_hlist(halfword, boolean, int);
extern void mlist_to_hlist(halfword, boolean, int);
extern void fixup_math_parameters(int fam_id, int size_id, int f, int lvl);
-extern scaled get_math_quad(int a);
+extern scaled get_math_quad_style(int a);
+extern scaled get_math_quad_size(int a);
#endif