diff options
Diffstat (limited to 'lexers/LexAPDL.cxx')
-rw-r--r-- | lexers/LexAPDL.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexAPDL.cxx b/lexers/LexAPDL.cxx index 873ec9d13..447e40d58 100644 --- a/lexers/LexAPDL.cxx +++ b/lexers/LexAPDL.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 == '_')); |