summaryrefslogtreecommitdiff
path: root/Build/source/texk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-10-09 16:18:57 +0000
committerKarl Berry <karl@freefriends.org>2023-10-09 16:18:57 +0000
commit2b3a6e0ceec85f8dca9727a901a8b8543a61f75a (patch)
tree9068a307dd47725bf9c3b837b0b8d082ed300781 /Build/source/texk
parent2cbb8166eb4135c3f3032b0804abc67914306a63 (diff)
typo
git-svn-id: svn://tug.org/texlive/trunk@68490 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/cpascal.h8
2 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index d392a2fc590..ac93a48d55d 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2023-10-09 Karl Berry <karl@freefriends.org>
+
+ * cpascal.h: typo.
+
2023-09-24 Andreas Scherer <https://ascherer.github.io>
* ctangleboot.cin,
diff --git a/Build/source/texk/web2c/cpascal.h b/Build/source/texk/web2c/cpascal.h
index 14f6e1be62b..ed5dcec3b58 100644
--- a/Build/source/texk/web2c/cpascal.h
+++ b/Build/source/texk/web2c/cpascal.h
@@ -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 @@ typedef FILE *text;
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 @@ typedef struct option getoptstruct;
#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