From 48c7024f089d44983851e5f11ad3dcbea3b65a1a Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 10 Nov 2010 22:15:14 +1100 Subject: Remove support for Borland C++. Use a library for the lexers with MSVC to simplify SciTE makefile. --- lexers/LexCPP.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lexers') diff --git a/lexers/LexCPP.cxx b/lexers/LexCPP.cxx index bc7bb3702..68859ec3b 100644 --- a/lexers/LexCPP.cxx +++ b/lexers/LexCPP.cxx @@ -15,10 +15,6 @@ #ifdef _MSC_VER #pragma warning(disable: 4786) #endif -#ifdef __BORLANDC__ -// Borland C++ displays warnings in vector header without this -#pragma option -w-ccc -w-rch -#endif #include #include -- cgit v1.2.3