summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebboot.cin
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-02-20 10:48:30 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-02-20 10:48:30 +0000
commitc863077bfa83886f32495e0596106d0eff1a4f1d (patch)
treef16260c753e192f95f50b1dc1470ca0aae9c5f47 /Build/source/texk/web2c/cwebboot.cin
parent961efd75d4ab4bfe367073287cadb0cb5e1ce457 (diff)
[CWEB] New release 4.1.
Enough changes have accumulated since the major release of CWEB 4.0 to warrant a new revision number. git-svn-id: svn://tug.org/texlive/trunk@57806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebboot.cin')
-rw-r--r--Build/source/texk/web2c/cwebboot.cin8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/cwebboot.cin b/Build/source/texk/web2c/cwebboot.cin
index e087125b6b4..ad331384198 100644
--- a/Build/source/texk/web2c/cwebboot.cin
+++ b/Build/source/texk/web2c/cwebboot.cin
@@ -603,7 +603,7 @@ FILE*fp)
{
register int c= EOF;
register char*k;
-if(feof(fp))return(false);
+if(feof(fp))return false;
limit= k= buffer;
while(k<=buffer_end&&(c= getc(fp))!=EOF&&c!='\n')
#line 92 "cwebdir/comm-w2c.ch"
@@ -616,9 +616,9 @@ ungetc(c,fp);loc= buffer;err_print(_("! Input line too long"));
#line 175 "cwebdir/common.w"
}
-if(c==EOF&&limit==buffer)return(false);
+if(c==EOF&&limit==buffer)return false;
-return(true);
+return true;
}
/*:24*//*28:*/
@@ -1007,7 +1007,7 @@ init_p(p,t);
/*:51*/
#line 656 "cwebdir/common.w"
-return(p);
+return p;
}
/*:48*//*52:*/