Fix all compilation errors

This commit is contained in:
Nishi 2026-06-19 02:39:41 +09:00
commit 4ebce359ea
13 changed files with 48 additions and 45 deletions

View file

@ -41,10 +41,10 @@
#include "sj_kanakan.h"
static void getkhtbl(), cl_kanji();
static int diffknj();
static void cl_numcmn();
static u_char* makekan();
static void getkhtbl(CLREC*), cl_kanji(JREC*, CLREC*);
static int diffknj(JREC*, u_char*, int);
static void cl_numcmn(JREC*, CLREC*);
static u_char* makekan(u_char*, u_char*, int);
void mkkouho() {
CLREC* clrec;