commit | 741b07e0092eb6d7b81c9cbe149196c6cf9d5bbe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 21:09:42 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 09 21:09:42 2004 +0000 |
tree | 9daeb276610536a7a7ef48d1cb2e48c3d362c168 | |
parent | 35a9aaab4a2171821f5a19acaa99015818daba07 [diff] |
updated for version 7.0021
diff --git a/src/os_riscos.c b/src/os_riscos.c index 7c6758b..2894950 100644 --- a/src/os_riscos.c +++ b/src/os_riscos.c
@@ -683,7 +683,7 @@ 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_screenmode(arg) char_u *arg; { - EMSG(_(e_screnmode)); + EMSG(_(e_screenmode)); return FAIL; }