diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-27 22:31:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-27 22:31:50 +0000 |
commit | 0c013b82a68910bec6d29748fa234e34e6577f42 (patch) | |
tree | dc01fa61c280a3f1db0c26eb12e9eac8ca878c15 /Build/source/texk/dvipsk/afm2tfm.c | |
parent | c11d147f674418c847354ad89f4c29e6b4edb548 (diff) |
fopen decl if #undef
git-svn-id: svn://tug.org/texlive/trunk@7685 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/afm2tfm.c')
-rw-r--r-- | Build/source/texk/dvipsk/afm2tfm.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/dvipsk/afm2tfm.c b/Build/source/texk/dvipsk/afm2tfm.c index c275914c1c1..c946f7ef91e 100644 --- a/Build/source/texk/dvipsk/afm2tfm.c +++ b/Build/source/texk/dvipsk/afm2tfm.c @@ -1,3 +1,5 @@ +/* $Id$ */ + /* Public domain, originally written by Tom Rokicki. * This program converts AFM files to TeX TFM files, and optionally * to TeX VPL files that retain all kerning and ligature information. @@ -59,12 +61,13 @@ extern char ascii2ebcdic[] ; #undef fopen #endif #define fopen cmsfopen -#endif +#endif /* VMCMS */ #include "dvips.h" -/* debug.h redefines fopen to my_real_fopen */ +/* debug.h redefines fopen to my_real_fopen, but it's still a FILE * */ #ifdef fopen #undef fopen +extern FILE *fopen (); #endif struct encoding { |