summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/tex/equivalents.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-02-09 22:44:03 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2017-02-09 22:44:03 +0000
commitf901b04fd7e232afdf1f7b5a3f49846e9f98e399 (patch)
tree0967ec4ef40a2e9dfa22f46727d0c62cc2770294 /Build/source/texk/web2c/luatexdir/tex/equivalents.h
parent733aac09881d5da8a41e58c774daff3f7ce74fdc (diff)
luatexdir: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@43177 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/equivalents.h b/Build/source/texk/web2c/luatexdir/tex/equivalents.h
index d12ae5b29f5..80f8108393f 100644
--- a/Build/source/texk/web2c/luatexdir/tex/equivalents.h
+++ b/Build/source/texk/web2c/luatexdir/tex/equivalents.h
@@ -286,6 +286,7 @@ the |number_regs| \.{\\dimen} registers.
# define first_valid_language_code 95
# define hyphenation_bounds_code 96
# define math_skip_mode_code 97
+# define math_pre_display_gap_factor_code 98
# define math_option_code (math_skip_mode_code+1)
@@ -742,6 +743,8 @@ extern halfword last_cs_name;
#define math_use_old_fraction_scaling_par mathoption_int_par(c_mathoption_use_old_fraction_scaling_code)
#define math_umathcode_meaning_par mathoption_int_par(c_mathoption_umathcode_meaning_code)
+#define math_pre_display_gap_factor_par int_par(math_pre_display_gap_factor_code)
+
#define time_par int_par(time_code)
#define day_par int_par(day_code)
#define month_par int_par(month_code)