mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-05 10:44:07 +00:00
Fix missing return types on functions, convert some functions with always ignored results to void.
This commit is contained in:
@@ -39,7 +39,7 @@ static char *id = "@(#) array3.c 2.9 10/12/88";
|
||||
#include "my.h"
|
||||
|
||||
/*** N_OP_aref1 -- op 266 (array index) ***/
|
||||
N_OP_aref1(register LispPTR arrayarg, register LispPTR inx)
|
||||
LispPTR N_OP_aref1(register LispPTR arrayarg, register LispPTR inx)
|
||||
{
|
||||
|
||||
register LispPTR baseL;
|
||||
|
||||
Reference in New Issue
Block a user