mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
Add missing void declaration.
This commit is contained in:
parent
08227e1ea2
commit
254193baab
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user