summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/ChangeLog5
-rw-r--r--Build/source/texk/web2c/texmfmp.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 8aaf0ba33b5..861dae88ce1 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,8 @@
+2015-09-19 Akira Kakuto <kakuto@fuk.kinidai.ac.jp>
+
+ * texmfmp.h: Change file names texmf.h and texmf.c in comments as
+ texmfmp.h and texmfmp.c, respectively.
+
2015-09-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Check poppler for Object::initCmd(const char*).
diff --git a/Build/source/texk/web2c/texmfmp.h b/Build/source/texk/web2c/texmfmp.h
index a0a39cf10d8..571382294a6 100644
--- a/Build/source/texk/web2c/texmfmp.h
+++ b/Build/source/texk/web2c/texmfmp.h
@@ -1,4 +1,4 @@
-/* texmf.h: Main include file for TeX and MF in C. This file is
+/* texmfmp.h: Main include file for TeX and MF in C. This file is
included by {tex,mf}d.h, which is the first include in the C files
output by web2c. */
@@ -347,7 +347,7 @@ extern void paintrow (/*screenrow, pixelcolor, transspec, screencol*/);
} \
} while (0)
-/* We define the routines to do the actual work in texmf.c. */
+/* We define the routines to do the actual work in texmfmp.c. */
#ifdef XeTeX
#include <zlib.h>
extern void do_dump (char *, int, int, gzFile);