1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-30 05:24:22 +00:00

fix warning: a function declaration without a prototype is deprecated in all versions of C

This commit is contained in:
Nick Briggs
2022-12-12 08:34:09 -08:00
parent 202db168a9
commit 2175364380

View File

@@ -518,7 +518,7 @@ extern int UnixPID;
/* Make sure that we kill off any Unix subprocesses before we go away */
void lisp_finish() {
void lisp_finish(void) {
char d[4];
DBPRINT(("finish lisp_finish\n"));