mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 12:22:24 +00:00
Fix missing return types on functions, convert some functions with always ignored results to void.
This commit is contained in:
@@ -63,7 +63,7 @@ static char *id = "$Id: return.c,v 1.4 2001/12/24 01:09:05 sybalsky Exp $ Copyri
|
||||
/***********************************************************************/
|
||||
|
||||
|
||||
OP_contextsw(void)
|
||||
void OP_contextsw(void)
|
||||
{
|
||||
void contextsw( DLword fxnum,
|
||||
DLword bytenum,
|
||||
|
||||
Reference in New Issue
Block a user