Skip to content

Commit

Permalink
[WEB] Fix typo in TANGLE as in WEAVE.
Browse files Browse the repository at this point in the history
Bug report https://tug.org/pipermail/tex-k/2021-June/003571.html

git-svn-id: svn://tug.org/texlive/trunk/Build/source@68168 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
Andreas Scherer committed Sep 4, 2023
1 parent 2e82550 commit f9c684e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions texk/web2c/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-09-04 Andreas Scherer <https://ascherer.github.io>

* tangle.ch: Fix typo as in weave.web.

2023-09-03 TANAKA Takuji <ttk@t-lab.opal.ne.jp>

* {tangle,dvicopy,dvitype,gftodvi,gftopk,gftype,mft,
Expand Down
6 changes: 6 additions & 0 deletions texk/web2c/tangle.ch
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@ rewrite (Pascal_file, pascal_name);
begin while not eoln(f) do vgetc(f);
@z

@x [31] Fix typo as in weave.web.
procedure error; {prints '\..' and location of error message}
@y
procedure error; {prints `\..' and location of error message}
@z
@x [34] Fix `jump_out'.
and jumps out of the program. This is the only non-local |goto| statement
in \.{TANGLE}. It is used when no recovery from a particular error has
Expand Down

0 comments on commit f9c684e

Please sign in to comment.