mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-14 03:44:36 +00:00
Fix missing return types on functions, convert some functions with always ignored results to void.
This commit is contained in:
@@ -67,7 +67,7 @@ extern int ScreenLocked;
|
||||
|
||||
|
||||
/*** N_OP_misc7 -- pseudocolor or fbitmapbit ***/
|
||||
N_OP_misc7(arg1, arg2, arg3, arg4, arg5, arg6, arg7, alpha)
|
||||
LispPTR N_OP_misc7(arg1, arg2, arg3, arg4, arg5, arg6, arg7, alpha)
|
||||
int alpha;
|
||||
register LispPTR arg1, arg2, arg3, arg4, arg5, arg6, arg7;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user