From eae1b91fea74842000fc055afc74fe2e7934c6ee Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 9 May 2019 15:12:55 +0200 Subject: patch 8.1.1306: Borland support is outdated and doesn't work Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364) --- src/screen.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/screen.c') diff --git a/src/screen.c b/src/screen.c index e56d2bc01..3ebc244f5 100644 --- a/src/screen.c +++ b/src/screen.c @@ -2945,9 +2945,6 @@ static textprop_T *current_text_props = NULL; static buf_T *current_buf = NULL; static int -#ifdef __BORLANDC__ -_RTLENTRYF -#endif text_prop_compare(const void *s1, const void *s2) { int idx1, idx2; -- cgit v1.2.1