texlive[71421]
commits+kakuto at tug.org
commits+kakuto at tug.org
Tue Jun 4 08:03:17 CEST 2024
Revision: 71421
https://tug.org/svn/texlive?view=revision&revision=71421
Author: kakuto
Date: 2024-06-04 08:03:17 +0200 (Tue, 04 Jun 2024)
Log Message:
-----------
unbalanced-braces-eptex.ch: sync with the upstream
Modified Paths:
--------------
trunk/Build/source/texk/web2c/euptexdir/unbalanced-braces-eptex.ch
Modified: trunk/Build/source/texk/web2c/euptexdir/unbalanced-braces-eptex.ch
===================================================================
--- trunk/Build/source/texk/web2c/euptexdir/unbalanced-braces-eptex.ch 2024-06-03 23:41:51 UTC (rev 71420)
+++ trunk/Build/source/texk/web2c/euptexdir/unbalanced-braces-eptex.ch 2024-06-04 06:03:17 UTC (rev 71421)
@@ -75,11 +75,11 @@
@x [24.357] l.7488 p.B150
else if suppress_outer_error=0 then check_outer_validity;
@y
- else if suppress_outer_error=0 then
+ else
begin
if (cur_cs=end_write)and(mode=0) then
fatal_error("Unbalanced write command");
- check_outer_validity;
+ if suppress_outer_error=0 then check_outer_validity;
end;
@z
More information about the tex-live-commits
mailing list.