summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/texmfmp.h
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/source/texk/web2c/texmfmp.h
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/source/texk/web2c/texmfmp.h')
-rw-r--r--Build/source/texk/web2c/texmfmp.h4
1 files changed, 2 insertions, 2 deletions
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);