diff options
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) \ |