diff options
author | nyamatongwe <devnull@localhost> | 2010-11-10 22:15:14 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-11-10 22:15:14 +1100 |
commit | f274156575e9eabfe011b7934d4c9a547c8270f7 (patch) | |
tree | 720b1407bd8b1312d672062dff955b83163468ba /lexers/LexCPP.cxx | |
parent | 338abd6dbcd93555cdff67161155018de2728058 (diff) | |
download | scintilla-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.cxx | 4 |
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> |