diff options
Diffstat (limited to 'lexers/LexSML.cxx')
-rw-r--r-- | lexers/LexSML.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexSML.cxx b/lexers/LexSML.cxx index 76cfde061..1cb00f91d 100644 --- a/lexers/LexSML.cxx +++ b/lexers/LexSML.cxx @@ -29,9 +29,7 @@ inline int issmlf(int c) {return isalpha(c) || c == '_';} inline int issmld(int c) {return isdigit(c) || c == '_';} -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif static void ColouriseSMLDoc( Sci_PositionU startPos, Sci_Position length, |