summaryrefslogtreecommitdiff
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-05-10 16:41:25 +0200
committerBram Moolenaar <Bram@vim.org>2011-05-10 16:41:25 +0200
commite60acc180b1886825246d194a2b9ce5d9bb91b2c (patch)
treef5ab918ed519ca9ae21ef5d9ebf86649393b6200 /src/proto.h
parent536681be5deba615f5ebe3edc3ce85ef01830876 (diff)
downloadvim-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.h6
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