summaryrefslogtreecommitdiff
path: root/Build/source/texk/makejvf/makejvf.h
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-20 14:15:34 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2017-07-20 14:15:34 +0000
commitfdf8f7cb36103eb7689279cd9f2e9706a73f5f27 (patch)
tree37ca109f9228cfb938f2578a07cba9464bec3001 /Build/source/texk/makejvf/makejvf.h
parent9fff5cddf4e6bed85877e28ae4df809b4de2e13e (diff)
makejvf: unsigned -> signed to avoid abs() warning
git-svn-id: svn://tug.org/texlive/trunk@44851 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/makejvf/makejvf.h')
-rw-r--r--Build/source/texk/makejvf/makejvf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/makejvf/makejvf.h b/Build/source/texk/makejvf/makejvf.h
index 252c66a5911..05e8a4b9c05 100644
--- a/Build/source/texk/makejvf/makejvf.h
+++ b/Build/source/texk/makejvf/makejvf.h
@@ -1,8 +1,7 @@
#define MAX_LIG_STEPS 32510
extern char *vtfmname,*kanatfm,*jistfm,*ucsqtfm;
-extern int unit,zh,zw,jfm_id;
-extern unsigned int rightamount;
+extern int unit,zh,zw,jfm_id,rightamount;
extern int kanatume,chotai,baseshift,minute,hankana,fidzero,enhanced;
extern int pstfm_nt;
extern FILE *afp;