1
0
forked from aniani/vim

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 19:30:25 +00:00
parent 45667517ba
commit bae0c16cc4
10 changed files with 36 additions and 24 deletions

View File

@@ -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 */
{