mirror of
https://github.com/Interlisp/maiko.git
synced 2026-04-24 19:50:25 +00:00
Add missing void declaration.
This commit is contained in:
@@ -92,7 +92,7 @@ char *atom_to_str(LispPTR atom_index)
|
|||||||
} \
|
} \
|
||||||
}
|
}
|
||||||
|
|
||||||
OP_subrcall(int subr_no, int argnum)
|
void OP_subrcall(int subr_no, int argnum)
|
||||||
{
|
{
|
||||||
static LispPTR args[30];
|
static LispPTR args[30];
|
||||||
int arg_num;
|
int arg_num;
|
||||||
|
|||||||
Reference in New Issue
Block a user