diff options
Diffstat (limited to 'lexers/LexLua.cxx')
-rw-r--r-- | lexers/LexLua.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexLua.cxx b/lexers/LexLua.cxx index 018521791..b4a18b3ee 100644 --- a/lexers/LexLua.cxx +++ b/lexers/LexLua.cxx @@ -26,9 +26,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif // Test for [=[ ... ]=] delimiters, returns 0 if it's only a [ or ], // return 1 for [[ or ]], returns >=2 for [=[ or ]=] and so on. |