Fix all compilation errors
This commit is contained in:
parent
73cb09624a
commit
4ebce359ea
13 changed files with 48 additions and 45 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue