aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexCPP.cxx
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-11-10 22:15:14 +1100
committernyamatongwe <devnull@localhost>2010-11-10 22:15:14 +1100
commitf274156575e9eabfe011b7934d4c9a547c8270f7 (patch)
tree720b1407bd8b1312d672062dff955b83163468ba /lexers/LexCPP.cxx
parent338abd6dbcd93555cdff67161155018de2728058 (diff)
downloadscintilla-mirror-f274156575e9eabfe011b7934d4c9a547c8270f7.tar.gz
Remove support for Borland C++.
Use a library for the lexers with MSVC to simplify SciTE makefile.
Diffstat (limited to 'lexers/LexCPP.cxx')
-rw-r--r--lexers/LexCPP.cxx4
1 files changed, 0 insertions, 4 deletions
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 <string>
#include <vector>