diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/mathcodes.w')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/mathcodes.w | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/mathcodes.w b/Build/source/texk/web2c/luatexdir/tex/mathcodes.w index 062e271055a..4acd887eace 100644 --- a/Build/source/texk/web2c/luatexdir/tex/mathcodes.w +++ b/Build/source/texk/web2c/luatexdir/tex/mathcodes.w @@ -304,7 +304,9 @@ int get_del_code_num(int n) static void initializedelcode(void) { sa_tree_item sa_value = { 0 }; - sa_value.uint_value = DELCODEDEFAULT; + /* sa_value.uint_value = DELCODEDEFAULT; */ + sa_value.dump_uint.value_1 = DELCODEDEFAULT; + sa_value.dump_uint.value_2 = 0; delcode_head = new_sa_tree(DELCODESTACK, 2, sa_value); } |