diff options
Diffstat (limited to 'src/LexBash.cxx')
| -rw-r--r-- | src/LexBash.cxx | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/src/LexBash.cxx b/src/LexBash.cxx index 242985a96..269192500 100644 --- a/src/LexBash.cxx +++ b/src/LexBash.cxx @@ -28,6 +28,10 @@  #define HERE_DELIM_MAX 256 +#ifdef SCI_NAMESPACE +using namespace Scintilla; +#endif +  static inline int translateBashDigit(char ch) {  	if (ch >= '0' && ch <= '9') {  		return ch - '0'; | 
