mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-02 06:41:21 +00:00
Correct procedure declarations since N_OP_xxx function args are all LispPTRs
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "lsptypes.h" // for state, ERROR_EXIT, GetTypeNumber, Get_BYTE
|
||||
#include "stream.h" // for Stream
|
||||
|
||||
LispPTR N_OP_bin(register int tos) {
|
||||
LispPTR N_OP_bin(LispPTR tos) {
|
||||
register Stream *stream68k; /* stream instance on TOS */
|
||||
register char *buff68k; /* pointer to BUFF */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user