From e40cc041223dc79a5874ddfb41cc6d525001d051 Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Sat, 29 Jul 2023 17:38:44 +0000 Subject: [CWEB] Syntactic sugar. See 'too_long()' macro in common.w. git-svn-id: svn://tug.org/texlive/trunk@67762 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/cwebdir/common.w | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/web2c/cwebdir/common.w') diff --git a/Build/source/texk/web2c/cwebdir/common.w b/Build/source/texk/web2c/cwebdir/common.w index c207aeea400..593a9efeb85 100644 --- a/Build/source/texk/web2c/cwebdir/common.w +++ b/Build/source/texk/web2c/cwebdir/common.w @@ -1017,7 +1017,7 @@ const char *s) { *s=='!'? printf("\n%s",s) : printf("%s",s); if (web_file_open) @@; - update_terminal; mark_error; + update_terminal(); mark_error(); } @ The error locations can be indicated by using the global variables @@ -1040,7 +1040,7 @@ if (l>buffer) { for (k=buffer; k@; -- cgit v1.2.3