From bae0c16cc4bc8a4b7d139a8cf9e0c816bb0a947d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 10 May 2007 19:30:25 +0000 Subject: updated for version 7.1b --- src/os_amiga.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/os_amiga.c') diff --git a/src/os_amiga.c b/src/os_amiga.c index 07000dcb4..f05410341 100644 --- a/src/os_amiga.c +++ b/src/os_amiga.c @@ -217,7 +217,7 @@ mch_delay(msec, ignoreinput) long msec; int ignoreinput; { -#ifndef LATTICE /* SAS declares void Delay(UNLONG) */ +#ifndef LATTICE /* SAS declares void Delay(ULONG) */ void Delay __ARGS((long)); #endif @@ -1145,7 +1145,7 @@ out_num(n) static long dos_packet(pid, action, arg) - struct MsgPort *pid; /* process indentifier ... (handlers message port) */ + struct MsgPort *pid; /* process identifier ... (handlers message port) */ long action, /* packet type ... (what you want handler to do) */ arg; /* single argument */ { -- cgit v1.2.1