summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2024-06-04 09:07:57 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2024-06-04 09:07:57 +0000
commitaeb364c353303b9e349b1f21c800feeab7ab3a37 (patch)
tree4de4125f201b0be067e155f9601fa04a2d3928a4 /Build/source/texk/web2c
parent06db2fa7c0b28bde9258d9de14ddd0e5871958db (diff)
suppresserrors.ch: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@71423 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/euptexdir/ChangeLog2
-rw-r--r--Build/source/texk/web2c/euptexdir/suppresserrors.ch13
2 files changed, 1 insertions, 14 deletions
diff --git a/Build/source/texk/web2c/euptexdir/ChangeLog b/Build/source/texk/web2c/euptexdir/ChangeLog
index d47e763f512..2f494fb0d90 100644
--- a/Build/source/texk/web2c/euptexdir/ChangeLog
+++ b/Build/source/texk/web2c/euptexdir/ChangeLog
@@ -1,6 +1,6 @@
2024-06-04 Akira Kakuto <kakuto@jcom.zaq.ne.jp>
- * unbalanced-braces-eptex.ch: sync with the upstream
+ * unbalanced-braces-eptex.ch, suppresserrors.ch: sync with the upstream
2024-06-03 Karl Berry <karl@freefriends.org>
diff --git a/Build/source/texk/web2c/euptexdir/suppresserrors.ch b/Build/source/texk/web2c/euptexdir/suppresserrors.ch
index eda54b0b93b..7876a135537 100644
--- a/Build/source/texk/web2c/euptexdir/suppresserrors.ch
+++ b/Build/source/texk/web2c/euptexdir/suppresserrors.ch
@@ -26,19 +26,6 @@
@d suppress_mathpar_error==int_par(suppress_mathpar_error_code)
@z
-% As of June 2024, this hunk conflicts with a new change in tex.ch.
-%@x {Perhaps this change hunk is not needed}
-%@p procedure check_outer_validity;
-%var p:pointer; {points to inserted token list}
-%@!q:pointer; {auxiliary pointer}
-%begin if scanner_status<>normal then
-%@y
-%@p procedure check_outer_validity;
-%var p:pointer; {points to inserted token list}
-%@!q:pointer; {auxiliary pointer}
-%begin if suppress_outer_error=0 then if scanner_status<>normal then
-%@z
-
@x @<Finish line, emit a \.{\\par}@>
if cur_cmd>=outer_call then check_outer_validity;
@y