diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-05-10 16:41:25 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-05-10 16:41:25 +0200 |
commit | e60acc180b1886825246d194a2b9ce5d9bb91b2c (patch) | |
tree | f5ab918ed519ca9ae21ef5d9ebf86649393b6200 /src/memfile.c | |
parent | 536681be5deba615f5ebe3edc3ce85ef01830876 (diff) | |
download | vim-git-e60acc180b1886825246d194a2b9ce5d9bb91b2c.tar.gz |
updated for version 7.3.187v7.3.187
Problem: The RISC OS port has obvious errors and is not being maintained.
Solution: Remove the RISC OS files and code.
Diffstat (limited to 'src/memfile.c')
-rw-r--r-- | src/memfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memfile.c b/src/memfile.c index 8769dbc1e..c87b98113 100644 --- a/src/memfile.c +++ b/src/memfile.c @@ -1307,7 +1307,7 @@ mf_do_open(mfp, fname, flags) * fname cannot be NameBuff, because it must have been allocated. */ mf_set_ffname(mfp); -#if defined(MSDOS) || defined(MSWIN) || defined(RISCOS) +#if defined(MSDOS) || defined(MSWIN) /* * A ":!cd e:xxx" may change the directory without us knowning, use the * full pathname always. Careful: This frees fname! |