Skip to content

Commit

Permalink
LuaTeX: fixed initialization of \showstream (M.Krüger)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@62653 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
luigiScarso committed Mar 12, 2022
1 parent e73e8c8 commit efd9cbf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion texk/web2c/luatexdir/luatex_svnversion.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7507
#define luatex_svn_revision 7509
#endif
1 change: 0 additions & 1 deletion texk/web2c/luatexdir/tex/mainbody.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ int main_initialize(void)
memset(eqtb, 0, sizeof(memory_word) * (unsigned) (eqtb_top + 1));
init_string_pool_array((unsigned) max_strings);
reset_cur_string();
show_stream_par = -1;
}
/*tex
Check the ``constant'' values...
Expand Down
1 change: 1 addition & 0 deletions texk/web2c/luatexdir/tex/maincontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -4317,6 +4317,7 @@ void initialize(void)
page_top_offset_par = one_inch;
page_right_offset_par = one_inch;
page_bottom_offset_par = one_inch;
show_stream_par = -1;
ini_init_primitives();
hash_used = frozen_control_sequence;
hash_high = 0;
Expand Down

0 comments on commit efd9cbf

Please sign in to comment.