diff options
author | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-10 08:17:36 +0000 |
---|---|---|
committer | Andreas Scherer <andreas_tex@freenet.de> | 2020-06-10 08:17:36 +0000 |
commit | 6866250f153a463d4bf6536a8c79e9d936dd2b91 (patch) | |
tree | df9843c93b92722fd456c04517d97cdb61d9eddf /Build | |
parent | b22257368d625b44db34be3b61142a5023b54841 (diff) |
[WEAVE] Force line break.
git-svn-id: svn://tug.org/texlive/trunk@55500 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/weave.ch | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index 982934c45e5..02ec3b62051 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2020-06-10 Andreas Scherer <https://ascherer.github.io> + + * weave.ch: Missing forced line break. + 2020-06-09 Andreas Scherer <https://ascherer.github.io> * weave.ch: Max out array sizes similar to CWEB. diff --git a/Build/source/texk/web2c/weave.ch b/Build/source/texk/web2c/weave.ch index 68a7c0edc64..aca02c7ac1d 100644 --- a/Build/source/texk/web2c/weave.ch +++ b/Build/source/texk/web2c/weave.ch @@ -75,7 +75,7 @@ procedure initialize; const @<Constants in the outer block@>@/ type @<Types in the outer block@>@/ var @<Globals in the outer block@>@/ -@<Define |parse_arguments|@> +@<Define |parse_arguments|@>@/ @<Error handling procedures@>@/ procedure initialize; var @<Local variables for initialization@>@/ |