mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-20 08:18:29 +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 @@ type size typenumber
|
||||
***********************************************************/
|
||||
|
||||
/*** N_OP_misc3 -- op 372/9 (base typenumber index) ***/
|
||||
N_OP_misc3(LispPTR baseL, LispPTR typenumber, LispPTR inx, int alpha)
|
||||
LispPTR N_OP_misc3(LispPTR baseL, LispPTR typenumber, LispPTR inx, int alpha)
|
||||
{
|
||||
register int result;
|
||||
register int index, type;
|
||||
|
||||
Reference in New Issue
Block a user