1
0
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:
Nick Briggs
2017-05-28 15:08:42 -07:00
parent 65ddb5a968
commit 691645d048
83 changed files with 587 additions and 549 deletions

View File

@@ -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);