summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)