From c6b4f3e09572d7c4d88ac418498634f8988fa3f1 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Jun 2017 14:09:16 +1000 Subject: Use same types for CheckLevelCommentLine to allow 64-bit Sci_Position. --- lexers/LexFortran.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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