summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texnodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/source/tex/texnodes.h')
-rw-r--r--source/luametatex/source/tex/texnodes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/luametatex/source/tex/texnodes.h b/source/luametatex/source/tex/texnodes.h
index 3550e7345..492e220f2 100644
--- a/source/luametatex/source/tex/texnodes.h
+++ b/source/luametatex/source/tex/texnodes.h
@@ -2147,11 +2147,12 @@ typedef enum boundary_subtypes {
protrusion_boundary, /* 1=left, 2=right, 3=both */
word_boundary,
page_boundary,
+ math_boundary,
par_boundary,
} boundary_subtypes;
# define last_boundary_subtype word_boundary
-# define last_boundary_code page_boundary
+# define last_boundary_code math_boundary
# define boundary_node_size 3
# define boundary_data(a) vinfo(a,2)