From 21b66126441a573050340f344972f35de7f1a52d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 6 Apr 2000 08:43:00 +0000 Subject: Initial Unicode support code. --- src/LexPython.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LexPython.cxx') diff --git a/src/LexPython.cxx b/src/LexPython.cxx index 86597e863..1864412a6 100644 --- a/src/LexPython.cxx +++ b/src/LexPython.cxx @@ -71,9 +71,9 @@ static void ColourisePyDoc(unsigned int startPos, int length, int initStyle, for (int i = startPos; i <= lengthDoc; i++) { if (atStartLine) { - char chFlags; char chBad = static_cast(64); char chGood = static_cast(0); + char chFlags = chGood; if (whingeLevel == 1) { chFlags = (spaceFlags & wsInconsistent) ? chBad : chGood; } else if (whingeLevel == 2) { -- cgit v1.2.3