summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-09-19 06:51:43 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2015-09-19 06:51:43 +0000
commit1b2803558f1ef395c8b6b073457c4aed6a878f54 (patch)
treec04355c849f52437066512e02e96100b3aa0427c /Build
parentc0451a84bf71244a8218dc9912db7de5aec74683 (diff)
web2c/texmfmp.h: Change file names texmf.h and texmf.c in comments as texmfmp.h and texmfmp.c, respectively.
git-svn-id: svn://tug.org/texlive/trunk@38405 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-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);