revise sj_typedef.h

Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
This commit is contained in:
SASANO Takayoshi 2023-12-10 06:46:18 +09:00 • committed by Masanori Ogino
commit db373a736e
53 changed files with 759 additions and 776 deletions

View file

@ -46,14 +46,14 @@ void
cvtdict(KHREC *krec, CLREC *clrec, int flg)
{
TypeDicOfs ofs;
Uchar *yptr;
Int jlen;
Int stblen;
Int sttlen;
Uchar *fptr;
Int cllen;
u_char *yptr;
int jlen;
int stblen;
int sttlen;
u_char *fptr;
int cllen;
JREC *jrec;
Int i, j;
int i, j;
ofs = krec -> offs;
@ -160,9 +160,9 @@ cvtdict(KHREC *krec, CLREC *clrec, int flg)
void
cvtminasi(Int len)
cvtminasi(int len)
{
Uchar *ptr;
u_char *ptr;
ptr = inputyomi;
@ -189,10 +189,10 @@ cvtminasi(Int len)
void
cvtwakachi(CLREC *clrec)
{
Int jlen;
Uchar *ym;
Int cnt;
Uchar ch;
int jlen;
u_char *ym;
int cnt;
u_char ch;
ym = inputyomi;