summaryrefslogtreecommitdiffstats
path: root/src/eval.c
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/eval.c
parent536681be5deba615f5ebe3edc3ce85ef01830876 (diff)
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/eval.c')
-rw-r--r--src/eval.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eval.c b/src/eval.c
index 8a021941e9..ee2af100db 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -11818,9 +11818,6 @@ f_has(argvars, rettv)
#ifdef __QNX__
"qnx",
#endif
-#ifdef RISCOS
- "riscos",
-#endif
#ifdef UNIX
"unix",
#endif