summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-03-11 22:58:44 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-03-11 22:58:44 +0000
commiteccaf49bf43b378417abe68f1c830c995d5be8ba (patch)
treea2057ba39cbf4fd3d80a919a3d0506c26fbbe14d /Build
parentb6607d1a70f236fc9f671ce2621978a410e649b1 (diff)
web2c/luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@39997 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/mlist.w4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/mlist.w b/Build/source/texk/web2c/luatexdir/tex/mlist.w
index 220e8722386..3499a6714f3 100644
--- a/Build/source/texk/web2c/luatexdir/tex/mlist.w
+++ b/Build/source/texk/web2c/luatexdir/tex/mlist.w
@@ -361,7 +361,11 @@ static scaled get_delimiter_height(scaled max_d, scaled max_h, boolean axis) {
#define fraction_num_up(a) get_math_param_or_error(a, fraction_num_up)
#define fraction_denom_down(a) get_math_param_or_error(a, fraction_denom_down)
#define fraction_del_size_new(a) get_math_param_or_error(a, fraction_del_size)
+#define fraction_del_size_new(a) get_math_param_or_error(a, fraction_del_size)
+/*
#define fraction_del_size_old(a) get_math_param(a, math_param_fraction_del_size)
+*/
+#define fraction_del_size_old(a) get_math_param_or_error(a, fraction_del_size)
#define skewed_fraction_hgap(a) get_math_param_or_error(a, skewed_fraction_hgap)
#define skewed_fraction_vgap(a) get_math_param_or_error(a, skewed_fraction_vgap)