Convert K&R definitions to ANSI C

This commit is contained in:
Nishi 2026-06-18 14:01:01 +09:00
commit a2161ba1b0
45 changed files with 521 additions and 1073 deletions

View file

@ -33,9 +33,7 @@
int terminate(), priority();
void mkjiritsu(), mkbunsetsu(), wakachi(), pritiny();
void free_clall(), free_jall();
static int set2nd(clrec)
CLREC* clrec;
static int set2nd(CLREC * clrec)
{
CLREC* rec2;
@ -56,8 +54,8 @@ CLREC* clrec;
return rec2 ? (clrec->cllen + rec2->cllen) : (clrec->cllen);
}
void mk2claus() {
void mk2claus(void)
{
unsigned char* keepptr;
int keeplen;
CLREC* clrec;