mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-29 21:21:08 +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];
|
||||
int arg_num;
|
||||
|
||||
Reference in New Issue
Block a user