mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-05 07:54:43 +00:00
Fix missing return types on functions, convert some functions with always ignored results to void.
This commit is contained in:
@@ -47,7 +47,7 @@ static char *id = "$Id: bin.c,v 1.3 1999/05/31 23:35:24 sybalsky Exp $ Copyright
|
||||
#include "cell.h"
|
||||
#include "stream.h"
|
||||
|
||||
N_OP_bin(register int tos)
|
||||
LispPTR N_OP_bin(register int tos)
|
||||
{
|
||||
register Stream *stream68k; /* stream instance on TOS */
|
||||
register char *buff68k; /* pointer to BUFF */
|
||||
|
||||
Reference in New Issue
Block a user