diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2017-07-15 04:06:19 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2017-07-15 04:06:19 +0000 |
commit | 9e945e87e6b8e04f4319505f27c0c574876df7ae (patch) | |
tree | 421738cafe920c2d63c20e7fc9250140dca275d2 /Build/source/texk/makejvf/makejvf.h | |
parent | 347edc117c2ff2e778be03471ec1c0cb81b3311d (diff) |
Improve hankaku-kana TFM support
git-svn-id: svn://tug.org/texlive/trunk@44804 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/makejvf.h')
-rw-r--r-- | Build/source/texk/makejvf/makejvf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/makejvf/makejvf.h b/Build/source/texk/makejvf/makejvf.h index 6ab054acef0..b0594b6cbdf 100644 --- a/Build/source/texk/makejvf/makejvf.h +++ b/Build/source/texk/makejvf/makejvf.h @@ -26,6 +26,7 @@ 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); |