summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2024-06-04 06:03:17 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2024-06-04 06:03:17 +0000
commit92d954e86b5e496deedd3714240e91215f70b0dd (patch)
tree3c5c94b6fb79bb03c66037337f3ecedd2ec2fe65
parent8912636e1e1b1397fbe0c5a37164a00dbd57ae66 (diff)
unbalanced-braces-eptex.ch: sync with the upstream
git-svn-id: svn://tug.org/texlive/trunk@71421 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/web2c/euptexdir/unbalanced-braces-eptex.ch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/euptexdir/unbalanced-braces-eptex.ch b/Build/source/texk/web2c/euptexdir/unbalanced-braces-eptex.ch
index ade62e87feb..582df9c9341 100644
--- a/Build/source/texk/web2c/euptexdir/unbalanced-braces-eptex.ch
+++ b/Build/source/texk/web2c/euptexdir/unbalanced-braces-eptex.ch
@@ -75,11 +75,11 @@ begin while (loc=null)and(token_type<>v_template)
@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