updated for version 7.0021

This commit is contained in:
Bram Moolenaar
2004-12-09 21:09:42 +00:00
parent 35a9aaab4a
commit 741b07e009

View File

@ -683,7 +683,7 @@ mch_nodetype(name)
mch_early_init()
{
/* Turn off all the horrible filename munging in UnixLib. */
__riscosify_control = __RISCOSIFY_NO_PROCESS;
int __riscosify_control = __RISCOSIFY_NO_PROCESS;
}
void
@ -755,7 +755,7 @@ mch_setmouse(on)
mch_screenmode(arg)
char_u *arg;
{
EMSG(_(e_screnmode));
EMSG(_(e_screenmode));
return FAIL;
}