mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -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
|
||||
|
Reference in New Issue
Block a user