From: Bram Moolenaar Date: Thu, 9 Dec 2004 21:09:42 +0000 (+0000) Subject: updated for version 7.0021 X-Git-Tag: v7.0021~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=741b07e0092eb6d7b81c9cbe149196c6cf9d5bbe;p=vim updated for version 7.0021 --- diff --git a/src/os_riscos.c b/src/os_riscos.c index 7c6758b9f..289495008 100644 --- a/src/os_riscos.c +++ b/src/os_riscos.c @@ -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; }