diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-07-26 10:29:11 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-07-26 10:29:11 +0000 |
commit | 137c987331a95ad04b6cac499f377584ffbaea0f (patch) | |
tree | a35e12ade008341ce0e56c95a41d0d549dd07e83 /Build/source/texk/web2c/tex.ch | |
parent | 8861d12e98d469eac08bb18845a735463db0849b (diff) |
tex.ch: section numbers
git-svn-id: svn://tug.org/texlive/trunk@60074 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/tex.ch')
-rw-r--r-- | Build/source/texk/web2c/tex.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch index d1da6a7b521..9530eb65795 100644 --- a/Build/source/texk/web2c/tex.ch +++ b/Build/source/texk/web2c/tex.ch @@ -786,7 +786,7 @@ if translate_filename then begin end; @z -@x [5.??] term_input: set limit when fatal_error +@x [5.71] term_input: set limit when fatal_error if not input_ln(term_in,true) then fatal_error("End of file on the terminal!"); @y if not input_ln(term_in,true) then begin @@ -1538,7 +1538,7 @@ cur_order:=co_backup; link(backup_head):=backup_backup; decr(expand_depth_count); @z -@x [27.???] set limit when fatal_error +@x [27.484] set limit when fatal_error else fatal_error("*** (cannot \read from terminal in nonstop modes)") @y else begin |