mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-09 12:06:07 +00:00
Fix missing return types on functions, convert some functions with always ignored results to void.
This commit is contained in:
@@ -49,7 +49,7 @@ static char *id = "@(#) array2.c 2.9 10/12/88";
|
||||
/* */
|
||||
/************************************************************************/
|
||||
|
||||
N_OP_misc4(register LispPTR data, register LispPTR base, register LispPTR typenumber, register LispPTR inx, int alpha)
|
||||
LispPTR N_OP_misc4(register LispPTR data, register LispPTR base, register LispPTR typenumber, register LispPTR inx, int alpha)
|
||||
{
|
||||
register int new;
|
||||
register int index;
|
||||
|
||||
Reference in New Issue
Block a user