diff options
Diffstat (limited to 'lexers/LexRuby.cxx')
-rw-r--r-- | lexers/LexRuby.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lexers/LexRuby.cxx b/lexers/LexRuby.cxx index d990f1b45..2affffe65 100644 --- a/lexers/LexRuby.cxx +++ b/lexers/LexRuby.cxx @@ -23,9 +23,7 @@ #include "CharacterSet.h" #include "LexerModule.h" -#ifdef SCI_NAMESPACE using namespace Scintilla; -#endif //XXX Identical to Perl, put in common area static inline bool isEOLChar(char ch) { |