summaryrefslogtreecommitdiff
path: root/source/luametatex/source/tex/texpackaging.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/luametatex/source/tex/texpackaging.h')
-rw-r--r--source/luametatex/source/tex/texpackaging.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/source/luametatex/source/tex/texpackaging.h b/source/luametatex/source/tex/texpackaging.h
index 8cef36619..dea884d0f 100644
--- a/source/luametatex/source/tex/texpackaging.h
+++ b/source/luametatex/source/tex/texpackaging.h
@@ -23,15 +23,18 @@ typedef enum box_codes {
copy_code, /*tex |chr_code| for |\copy| */
unpack_code,
last_box_code, /*tex |chr_code| for |\lastbox| */
+ tsplit_code,
vsplit_code, /*tex |chr_code| for |\vsplit| */
- tpack_code,
- vpack_code,
- hpack_code,
+ dsplit_code,
+ /* hsplit_code, */
+ tpack_code,
+ vpack_code, /*tex |chr_code| for |\vpack| */
dpack_code,
- vtop_code, /*tex |chr_code| for |\vtop| */
- vbox_code,
- hbox_code,
+ hpack_code,
+ vtop_code,
+ vbox_code, /*tex |chr_code| for |\vbox| */
dbox_code,
+ hbox_code,
insert_box_code,
insert_copy_code,
local_left_box_box_code,