diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 19:30:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 19:30:25 +0000 |
commit | bae0c16cc4bc8a4b7d139a8cf9e0c816bb0a947d (patch) | |
tree | 2023dff3ccdb8d66098c5bc91cf1df4a56743e00 /src/os_amiga.c | |
parent | 45667517ba105c3cfc8765a6f2415bc32d72945c (diff) | |
download | vim-git-bae0c16cc4bc8a4b7d139a8cf9e0c816bb0a947d.tar.gz |
updated for version 7.1bv7.1b
Diffstat (limited to 'src/os_amiga.c')
-rw-r--r-- | src/os_amiga.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ { |