From e17219b46da2e8a14fd8f5ee24b206599c247e32 Mon Sep 17 00:00:00 2001 From: luigi Date: Fri, 11 Mar 2016 19:37:36 +0000 Subject: [PATCH] use the _new macro instead of _old also in trunk (HH) git-svn-id: https://foundry.supelec.fr/svn/luatex/trunk@5846 0b2b3880-5936-4365-a048-eb17d2e5a6bf --- source/texk/web2c/luatexdir/tex/mlist.w | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/texk/web2c/luatexdir/tex/mlist.w b/source/texk/web2c/luatexdir/tex/mlist.w index 220e87223..3499a6714 100644 --- a/source/texk/web2c/luatexdir/tex/mlist.w +++ b/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) -- 2.11.4.GIT