aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/CharacterCategory.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexlib/CharacterCategory.h')
-rw-r--r--lexlib/CharacterCategory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lexlib/CharacterCategory.h b/lexlib/CharacterCategory.h
index 05ea4187b..767d79670 100644
--- a/lexlib/CharacterCategory.h
+++ b/lexlib/CharacterCategory.h
@@ -8,9 +8,7 @@
#ifndef CHARACTERCATEGORY_H
#define CHARACTERCATEGORY_H
-#ifdef SCI_NAMESPACE
namespace Scintilla {
-#endif
enum CharacterCategory {
ccLu, ccLl, ccLt, ccLm, ccLo,
@@ -30,8 +28,6 @@ bool IsIdContinue(int character);
bool IsXidStart(int character);
bool IsXidContinue(int character);
-#ifdef SCI_NAMESPACE
}
-#endif
#endif