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/proto.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/proto.h')
-rw-r--r-- | src/proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/proto.h b/src/proto.h index 40fb2a99a..7e6b67a84 100644 --- a/src/proto.h +++ b/src/proto.h @@ -62,9 +62,6 @@ extern int _stricoll __ARGS((char *a, char *b)); # ifdef __BEOS__ # include "os_beos.pro" # endif -# ifdef RISCOS -# include "os_riscos.pro" -# endif # ifdef __QNX__ # include "os_qnx.pro" # endif @@ -245,9 +242,6 @@ extern char *vim_SelFile __ARGS((Widget toplevel, char *prompt, char *init_path, # ifdef FEAT_GUI_X11 # include "gui_x11.pro" # endif -# ifdef RISCOS -# include "gui_riscos.pro" -# endif # ifdef FEAT_GUI_PHOTON # include "gui_photon.pro" # endif |