diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-02-12 02:24:12 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-02-12 02:24:12 +0000 |
commit | d0cab1998fcd08d232243f93e598d2902c76e414 (patch) | |
tree | d71fa98c0033f09c5716e103ca74ce6c76510a80 /Build/source/texk/web2c | |
parent | 21505e7043622744ebae0721529cc2dbbbd76db3 (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')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <kakuto@fuk.kindai.ac.jp> + + * texmfmp.h: Remove old comments that gzFile is typedef'd as void *. + 2012-02-06 Peter Breitenlohner <peb@mppmu.mpg.de> * 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) \ |