1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00

Add missing void declaration.

This commit is contained in:
Nick Briggs 2017-05-24 17:26:12 -07:00
parent b636b2ad45
commit e5dbbe0f12

View File

@ -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 */