texlive[68490] Build/source/texk/web2c: typo

commits+karl at tug.org commits+karl at tug.org
Mon Oct 9 18:18:57 CEST 2023


Revision: 68490
          https://tug.org/svn/texlive?view=revision&revision=68490
Author:   karl
Date:     2023-10-09 18:18:57 +0200 (Mon, 09 Oct 2023)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/cpascal.h

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2023-10-08 23:43:27 UTC (rev 68489)
+++ trunk/Build/source/texk/web2c/ChangeLog	2023-10-09 16:18:57 UTC (rev 68490)
@@ -1,3 +1,7 @@
+2023-10-09  Karl Berry  <karl at freefriends.org>
+
+	* cpascal.h: typo.
+
 2023-09-24  Andreas Scherer  <https://ascherer.github.io>
 
 	* ctangleboot.cin,

Modified: trunk/Build/source/texk/web2c/cpascal.h
===================================================================
--- trunk/Build/source/texk/web2c/cpascal.h	2023-10-08 23:43:27 UTC (rev 68489)
+++ trunk/Build/source/texk/web2c/cpascal.h	2023-10-09 16:18:57 UTC (rev 68490)
@@ -2,8 +2,8 @@
    we use in the change files.  Public domain.
    
    This is the top-level include file for all the web2c-generated C
-   programs except TeX and Metafont themselves, which use texmf.h.  It's
-   not included by the web2c programs, though.  */
+   programs except TeX and Metafont themselves, which use texmf.h.
+   It's not included by the web2c programs themselves.  */
 
 #ifndef CPASCAL_H
 #define CPASCAL_H
@@ -191,7 +191,7 @@
   fprintf (logfile, "Reallocated %s (elt_size=%ld) to %ld items from %ld.\n", \
            array_name, (long) (length + 1), (long) new_size, (long) size_var); \
   XRETALLOC (array_var, (new_size) * (length + 1), ASCIIcode)
-  
+
 /* Need precisely int for getopt, etc. */
 #define cinttype int
 
@@ -303,7 +303,7 @@
 #endif
 
 /* Apparently POSIX 2008 has getline and glibc 2.9.90 exports it.
-   tangle, weave, et al. use that symbol; try to define it away so
+   tangle, weave, et al. use that symbol; try to define it away to
    something that a standard won't usurp.  */
 #ifdef getline
 #undef getline



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