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/ascii.h | |
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/ascii.h')
-rw-r--r-- | src/ascii.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/ascii.h b/src/ascii.h index b920d41af..5256fc32d 100644 --- a/src/ascii.h +++ b/src/ascii.h @@ -183,11 +183,6 @@ extern char MetaCharTable[]; # define PATHSEP psepc # define PATHSEPSTR pseps #else -# ifdef RISCOS -# define PATHSEP '.' -# define PATHSEPSTR "." -# else -# define PATHSEP '/' -# define PATHSEPSTR "/" -# endif +# define PATHSEP '/' +# define PATHSEPSTR "/" #endif |