From e5dbbe0f126cfe475fe0b252c3f6570e5953e29e Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Wed, 24 May 2017 17:26:12 -0700 Subject: [PATCH] Add missing void declaration. --- src/intcall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intcall.c b/src/intcall.c index 153a14a..23f286c 100755 --- a/src/intcall.c +++ b/src/intcall.c @@ -37,7 +37,7 @@ static char *id = "$Id: intcall.c,v 1.3 1999/05/31 23:35:34 sybalsky Exp $ Copyr -cause_interruptcall(register unsigned int atom_index) +void cause_interruptcall(register unsigned int atom_index) /* Atomindex for Function you want to invoke */ { register struct definition_cell *defcell68k ; /* Definition Cell PTR */