mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-01 17:35:54 +00:00
Fix missing return types on functions, convert some functions with always ignored results to void.
This commit is contained in:
@@ -50,7 +50,7 @@ static char *id = "@(#) array5.c 2.7 10/12/88";
|
||||
/* */
|
||||
/************************************************************************/
|
||||
|
||||
N_OP_aref2(LispPTR arrayarg, LispPTR inx0, LispPTR inx1)
|
||||
LispPTR N_OP_aref2(LispPTR arrayarg, LispPTR inx0, LispPTR inx1)
|
||||
{
|
||||
#define REG
|
||||
LispPTR baseL;
|
||||
|
||||
Reference in New Issue
Block a user