diff options
Diffstat (limited to 'lexers/LexTACL.cxx')
-rw-r--r-- | lexers/LexTACL.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexTACL.cxx b/lexers/LexTACL.cxx index c7a15f220..898234c77 100644 --- a/lexers/LexTACL.cxx +++ b/lexers/LexTACL.cxx @@ -26,9 +26,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif inline bool isTACLoperator(char ch) { |