texlive[67703] Build/source/texk/web2c/cwebdir: [CWEB] 'ungetc' no

commits+ascherer at tug.org commits+ascherer at tug.org
Sat Jul 22 11:53:47 CEST 2023


Revision: 67703
          http://tug.org/svn/texlive?view=revision&revision=67703
Author:   ascherer
Date:     2023-07-22 11:53:46 +0200 (Sat, 22 Jul 2023)
Log Message:
-----------
[CWEB] 'ungetc' no longer used.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/comm-mac.ch
    trunk/Build/source/texk/web2c/cwebdir/common.w

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-mac.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-mac.ch	2023-07-22 09:22:57 UTC (rev 67702)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-mac.ch	2023-07-22 09:53:46 UTC (rev 67703)
@@ -11,7 +11,7 @@
 
 @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

Modified: trunk/Build/source/texk/web2c/cwebdir/common.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/common.w	2023-07-22 09:22:57 UTC (rev 67702)
+++ trunk/Build/source/texk/web2c/cwebdir/common.w	2023-07-22 09:53:46 UTC (rev 67703)
@@ -150,7 +150,7 @@
 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



More information about the tex-live-commits mailing list.