diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/tex/packaging.c')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/tex/packaging.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/tex/packaging.c b/Build/source/texk/web2c/luatexdir/tex/packaging.c index e2b007f11ef..3d23c8b7320 100644 --- a/Build/source/texk/web2c/luatexdir/tex/packaging.c +++ b/Build/source/texk/web2c/luatexdir/tex/packaging.c @@ -2124,6 +2124,9 @@ void begin_box(int box_context) normal_paragraph(); } push_nest(); +/* new */ +/* eq_word_define(int_base + no_local_whatsits_code, 0); */ +eq_word_define(int_base + no_local_dirs_code, 0); cur_list.mode_field = -k; if (k == vmode) { prev_depth_par = ignore_depth; |