Convert K&R definitions to ANSI C
This commit is contained in:
parent
787febbd07
commit
a2161ba1b0
45 changed files with 521 additions and 1073 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue