summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-07-22 09:53:46 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-07-22 09:53:46 +0000
commit4ee3602292fd9eae760ab088ab8f5462e6398683 (patch)
tree99eebefc45e2c7dec73a72bfda2d4e2bee129921 /Build
parent19f0241a85a24bb75b2b9f811cb28292c8001163 (diff)
[CWEB] 'ungetc' no longer used.
git-svn-id: svn://tug.org/texlive/trunk@67703 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/cwebdir/comm-mac.ch2
-rw-r--r--Build/source/texk/web2c/cwebdir/common.w2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/cwebdir/comm-mac.ch b/Build/source/texk/web2c/cwebdir/comm-mac.ch
index b549260b72c..ac2773ddaff 100644
--- a/Build/source/texk/web2c/cwebdir/comm-mac.ch
+++ b/Build/source/texk/web2c/cwebdir/comm-mac.ch
@@ -11,7 +11,7 @@ No changes to CTANGLE or CWEAVE are needed.
@x section 23: Make input_ln accept \n, \r, \n\r, or \r\n as line endings
@ In the unlikely event that your standard I/O library does not
-support |feof|, |getc|, and |ungetc| you may have to change things here.
+support |feof| and |getc| you may have to change things here.
@^system dependencies@>
@c
diff --git a/Build/source/texk/web2c/cwebdir/common.w b/Build/source/texk/web2c/cwebdir/common.w
index 06d153dfdb6..f5bbf462161 100644
--- a/Build/source/texk/web2c/cwebdir/common.w
+++ b/Build/source/texk/web2c/cwebdir/common.w
@@ -150,7 +150,7 @@ char *loc=buffer; /* points to the next character to be read from the buffer */
char *limit=buffer; /* points to the last character in the buffer */
@ In the unlikely event that your standard I/O library does not
-support |feof|, |getc|, and |ungetc| you may have to change things here.
+support |feof| and |getc| you may have to change things here.
@^system dependencies@>
@c