aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexPerl.cxx
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-12-23 23:52:01 +0000
committernyamatongwe <unknown>2008-12-23 23:52:01 +0000
commit4ab387e7191b68fd4e72abdad4d11a0204be9ec9 (patch)
treef69feb0f6a4567d2881a17ee4734906f4a626d2c /src/LexPerl.cxx
parentdd8505c0d64e2f2d42f7aeef761ca2fb42b01190 (diff)
downloadscintilla-mirror-4ab387e7191b68fd4e72abdad4d11a0204be9ec9.tar.gz
Fixes for GCC 4.3 warnings. The Pascal change fixes behaviour.
Diffstat (limited to 'src/LexPerl.cxx')
-rw-r--r--src/LexPerl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LexPerl.cxx b/src/LexPerl.cxx
index f57f73c29..4b7c9878a 100644
--- a/src/LexPerl.cxx
+++ b/src/LexPerl.cxx
@@ -569,7 +569,7 @@ static void ColourisePerlDoc(unsigned int startPos, int length, int initStyle,
sc.Forward(ws_skip + 1);
HereDoc.Quote = delim_ch;
HereDoc.Quoted = true;
- } else if (ws_skip == 0 && setNonHereDoc.Contains(sc.chNext)
+ } else if ((ws_skip == 0 && setNonHereDoc.Contains(sc.chNext))
|| ws_skip > 0) {
// left shift << or <<= operator cases
// restore position if operator