From fdf8f7cb36103eb7689279cd9f2e9706a73f5f27 Mon Sep 17 00:00:00 2001 From: Hironobu Yamashita Date: Thu, 20 Jul 2017 14:15:34 +0000 Subject: makejvf: unsigned -> signed to avoid abs() warning git-svn-id: svn://tug.org/texlive/trunk@44851 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/makejvf/makejvf.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Build/source/texk/makejvf/makejvf.h') 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; -- cgit v1.2.3