diff options
Diffstat (limited to 'lexers/LexAbaqus.cxx')
-rw-r--r-- | lexers/LexAbaqus.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexAbaqus.cxx b/lexers/LexAbaqus.cxx index 5f265c722..96a7b886e 100644 --- a/lexers/LexAbaqus.cxx +++ b/lexers/LexAbaqus.cxx @@ -26,9 +26,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static inline bool IsAKeywordChar(const int ch) { return (ch < 0x80 && (isalnum(ch) || (ch == '_') || (ch == ' '))); |