From d0cab1998fcd08d232243f93e598d2902c76e414 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sun, 12 Feb 2012 02:24:12 +0000 Subject: Remove old comments that gzFile is typedef'd as void * git-svn-id: svn://tug.org/texlive/trunk@25373 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/ChangeLog | 4 ++++ Build/source/texk/web2c/texmfmp.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index c84f5f320d9..ec152440393 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,7 @@ +2012-02-12 Akira Kakuto + + * texmfmp.h: Remove old comments that gzFile is typedef'd as void *. + 2012-02-06 Peter Breitenlohner * texmfmp.h: Moved WRITE_OUT from here ... 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) \ -- cgit v1.2.3