mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-01 14:16:47 +00:00
Fix missing return types on functions, convert some functions with always ignored results to void.
This commit is contained in:
@@ -53,7 +53,7 @@ static char *id = "$Id: gc2.c,v 1.3 1999/05/31 23:35:30 sybalsky Exp $ Copyright
|
||||
*/
|
||||
/**********************************************************************/
|
||||
|
||||
OP_gcscan1(void)
|
||||
void OP_gcscan1(void)
|
||||
{
|
||||
DLword gcscan1(register int probe);
|
||||
|
||||
@@ -78,7 +78,7 @@ OP_gcscan1(void)
|
||||
*/
|
||||
/**********************************************************************/
|
||||
|
||||
OP_gcscan2(void)
|
||||
void OP_gcscan2(void)
|
||||
{
|
||||
DLword gcscan2(register int probe);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user