diff options
Diffstat (limited to 'lexers/LexAsm.cxx')
-rw-r--r-- | lexers/LexAsm.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexAsm.cxx b/lexers/LexAsm.cxx index d236ed657..f34c8b50c 100644 --- a/lexers/LexAsm.cxx +++ b/lexers/LexAsm.cxx @@ -32,9 +32,7 @@ #include "OptionSet.h" #include "DefaultLexer.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static inline bool IsAWordChar(const int ch) { return (ch < 0x80) && (isalnum(ch) || ch == '.' || |