summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/equivalents.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-01-23 21:24:49 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2022-01-23 21:24:49 +0000
commitd39c2f56a0bdf0ee397e6871bb20b5c75c0ea8cb (patch)
treedeb91708c7f632609eba9d6394cc3b44ceb7427e /Build/source/texk/web2c/luatexdir/tex/equivalents.h
parentae51dd95270e1fff9fc6fcc539b6ffcf1efc5fff (diff)
luatex : sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@61717 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/equivalents.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/tex/equivalents.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/equivalents.h b/Build/source/texk/web2c/luatexdir/tex/equivalents.h
index ce9ad1f2aaa..8df33be5237 100644
--- a/Build/source/texk/web2c/luatexdir/tex/equivalents.h
+++ b/Build/source/texk/web2c/luatexdir/tex/equivalents.h
@@ -313,8 +313,9 @@ the |number_regs| \.{\\dimen} registers.
# define discretionary_ligature_mode_code 120
# define partoken_context_code 121
# define show_stream_code 122
+# define math_eq_dir_mode_code 123
-# define math_option_code 123
+# define math_option_code 124
# define mathoption_int_base_code (math_option_code+1) /* one reserve */
# define mathoption_int_last_code (mathoption_int_base_code+8)
@@ -816,6 +817,7 @@ extern halfword last_cs_name;
#define fixup_boxes_par int_par(fixup_boxes_code)
#define glyph_dimensions_par int_par(glyph_dimensions_code)
#define math_defaults_mode_par int_par(math_defaults_mode_code)
+#define math_eq_dir_mode_par int_par(math_eq_dir_mode_code)
#define discretionary_ligature_mode_par int_par(discretionary_ligature_mode_code)
#define partoken_context_code_par int_par(partoken_context_code)