aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexSpecman.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'lexers/LexSpecman.cxx')
-rw-r--r--lexers/LexSpecman.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexSpecman.cxx b/lexers/LexSpecman.cxx
index 72a973755..5a4c9105f 100644
--- a/lexers/LexSpecman.cxx
+++ b/lexers/LexSpecman.cxx
@@ -24,9 +24,7 @@
#include "CharacterSet.h"
#include "LexerModule.h"
-#ifdef SCI_NAMESPACE
using namespace Scintilla;
-#endif
static inline bool IsAWordChar(const int ch) {
return (ch < 0x80) && (isalnum(ch) || ch == '.' || ch == '_' || ch == '\'');