mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
updated for version 7.3.187
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user