diff options
Diffstat (limited to 'lexlib/CharacterSet.h')
| -rw-r--r-- | lexlib/CharacterSet.h | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/lexlib/CharacterSet.h b/lexlib/CharacterSet.h index 38d84a290..be906ceaa 100644 --- a/lexlib/CharacterSet.h +++ b/lexlib/CharacterSet.h @@ -8,9 +8,7 @@  #ifndef CHARACTERSET_H  #define CHARACTERSET_H -#ifdef SCI_NAMESPACE  namespace Scintilla { -#endif  class CharacterSet {  	int size; @@ -188,8 +186,6 @@ inline int MakeLowerCase(int ch) {  int CompareCaseInsensitive(const char *a, const char *b);  int CompareNCaseInsensitive(const char *a, const char *b, size_t len); -#ifdef SCI_NAMESPACE  } -#endif  #endif | 
