From e5c2492d33ac318758dcbf3252cdaef53ce3e176 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Jun 2017 14:09:16 +1000 Subject: Backport: Use same types for CheckLevelCommentLine to allow 64-bit Sci_Position. Backport of changeset 6321:0adf7fb8f003. --- lexers/LexFortran.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexers/LexFortran.cxx') diff --git a/lexers/LexFortran.cxx b/lexers/LexFortran.cxx index 495b00215..7d2141f3d 100644 --- a/lexers/LexFortran.cxx +++ b/lexers/LexFortran.cxx @@ -257,7 +257,7 @@ static void ColouriseFortranDoc(Sci_PositionU startPos, Sci_Position length, int } /***************************************/ static void CheckLevelCommentLine(const unsigned int nComL, - int nComColB[], int nComColF[], int &nComCur, + Sci_Position nComColB[], Sci_Position nComColF[], Sci_Position &nComCur, bool comLineB[], bool comLineF[], bool &comLineCur, int &levelDeltaNext) { levelDeltaNext = 0; -- cgit v1.2.3