Skip to content

Commit

Permalink
TL sync
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed Mar 13, 2022
1 parent 4c8b30b commit e949445
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Programs/TeXAndFriends/luatex/luatex-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#define MIKTEX_COMP_MAJOR_VERSION 4
#define MIKTEX_COMP_MINOR_VERSION 7
#define MIKTEX_COMP_PATCH_VERSION 0
#define MIKTEX_COMP_PATCH_VERSION 1

#define MIKTEX_COMP_ORIG_VERSION_STR "1.15.0"

Expand Down
2 changes: 1 addition & 1 deletion Programs/TeXAndFriends/luatex/source/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 Programs/TeXAndFriends/luatex/source/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 Programs/TeXAndFriends/luatex/source/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 e949445

Please sign in to comment.