1
0
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:
Nick Briggs 2017-05-24 17:32:41 -07:00
parent 08227e1ea2
commit 254193baab

View File

@ -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;