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:
@@ -59,7 +59,7 @@ extern int MonoOrColor;
|
||||
/** **/
|
||||
/*****************************************************************************/
|
||||
|
||||
LispPTR N_OP_pilotbitblt(LispPTR pilot_bt_tbl,int tos)
|
||||
LispPTR N_OP_pilotbitblt(LispPTR pilot_bt_tbl, LispPTR tos)
|
||||
{
|
||||
PILOTBBT *pbt;
|
||||
DLword *srcbase, *dstbase;
|
||||
|
||||
Reference in New Issue
Block a user