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/vim.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/vim.h')
-rw-r--r-- | src/vim.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -184,9 +184,6 @@ # define SIZEOF_INT 2 # endif #endif -#ifdef RISCOS -# define SIZEOF_INT 4 -#endif #include "feature.h" /* #defines for optionals and features */ @@ -340,10 +337,6 @@ # include "os_mac.h" #endif -#ifdef RISCOS -# include "os_riscos.h" -#endif - #ifdef __QNX__ # include "os_qnx.h" #endif |