summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/makejvf.h
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-15 08:12:12 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-15 08:12:12 +0000
commit65154e1c6afa12523612808ee518b0a1621e4629 (patch)
tree705ff49bd50478791991377ffd7fdb68c57deb71 /Build/source/texk/makejvf/makejvf.h
parent9e945e87e6b8e04f4319505f27c0c574876df7ae (diff)
makejvf: better declaration
git-svn-id: svn://tug.org/texlive/trunk@44805 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/makejvf.h')
-rw-r--r--Build/source/texk/makejvf/makejvf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/makejvf/makejvf.h b/Build/source/texk/makejvf/makejvf.h
index b0594b6cbdf..3fab5b32ad3 100644
--- a/Build/source/texk/makejvf/makejvf.h
+++ b/Build/source/texk/makejvf/makejvf.h
@@ -3,6 +3,7 @@
extern char *vtfmname,*kanatfm,*jistfm,*ucsqtfm;
extern int unit,zh,zw,jfm_id;
extern int kanatume,chotai,baseshift,minute,hankana,fidzero;
+extern int pstfm_nt;
extern FILE *afp;
extern long ucs;
@@ -26,7 +27,6 @@ int fputnum2(int num, FILE *fp);
int fputstr(char *str, int byte, FILE *fp);
/* write.c */
-int pstfm_nt,pstfm_codes[256];
FILE *vfopen(char *name);
void writevf(int code, FILE *fp);
void writevfu(int code, FILE *fp);