summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/texmath.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/texmath.c')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/texmath.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/texmath.c b/Build/source/texk/web2c/luatexdir/tex/texmath.c
index 67f352d40fc..fd04e2a5c11 100644
--- a/Build/source/texk/web2c/luatexdir/tex/texmath.c
+++ b/Build/source/texk/web2c/luatexdir/tex/texmath.c
@@ -1448,8 +1448,7 @@ void set_math_char(mathcodeval mval)
} else {
math_class_to_type(subtype(p),mval.class_value);
}
- vlink(tail) = p;
- tail = p;
+ tail_append(p);
}
}
@@ -1474,8 +1473,7 @@ void math_char_in_text(mathcodeval mval)
back_input();
} else {
p = new_char(fam_fnt(mval.family_value, text_size), mval.character_value);
- vlink(tail) = p;
- tail = p;
+ tail_append(p);
}
}