summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/texmfmp.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-02-12 02:24:12 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-02-12 02:24:12 +0000
commitd0cab1998fcd08d232243f93e598d2902c76e414 (patch)
treed71fa98c0033f09c5716e103ca74ce6c76510a80 /Build/source/texk/web2c/texmfmp.h
parent21505e7043622744ebae0721529cc2dbbbd76db3 (diff)
Remove old comments that gzFile is typedef'd as void *
git-svn-id: svn://tug.org/texlive/trunk@25373 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 02510f70673..922d96a0a67 100644
--- a/Build/source/texk/web2c/texmfmp.h
+++ b/Build/source/texk/web2c/texmfmp.h
@@ -237,8 +237,8 @@ extern void topenin (void);
#define bopenout(f) open_output (&(f), FOPEN_WBIN_MODE)
#define bclose aclose
#ifdef XeTeX
-/* f is declared as gzFile (typedef'd as void *), but we temporarily
- use it for a FILE * so that we can use the standard open calls */
+/* f is declared as gzFile, but we temporarily use it for a FILE *
+ so that we can use the standard open calls */
#define wopenin(f) (open_input ((FILE**)&(f), DUMP_FORMAT, FOPEN_RBIN_MODE) \
&& (f = gzdopen(fileno((FILE*)f), FOPEN_RBIN_MODE)))
#define wopenout(f) (open_output ((FILE**)&(f), FOPEN_WBIN_MODE) \