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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user