commit | e60acc180b1886825246d194a2b9ce5d9bb91b2c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 10 16:41:25 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 10 16:41:25 2011 +0200 |
tree | f5ab918ed519ca9ae21ef5d9ebf86649393b6200 | |
parent | 536681be5deba615f5ebe3edc3ce85ef01830876 [diff] [blame] |
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.
diff --git a/src/termlib.c b/src/termlib.c index 2a9a267..ed605e9 100644 --- a/src/termlib.c +++ b/src/termlib.c
@@ -13,7 +13,7 @@ #include "vim.h" #include "termlib.pro" -#if !defined(AMIGA) && !defined(VMS) && !defined(MACOS) && !defined(RISCOS) +#if !defined(AMIGA) && !defined(VMS) && !defined(MACOS) # include <sgtty.h> #endif