From 46d35a2e30079cb7ce690cd60aece17cc00f1de1 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Mon, 17 Jul 2017 15:18:31 +1000 Subject: Backport: Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU. Backport of changeset 6352:df1416e3ff3a. --- lexers/LexRuby.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexers/LexRuby.cxx') diff --git a/lexers/LexRuby.cxx b/lexers/LexRuby.cxx index 42f30fd2a..d990f1b45 100644 --- a/lexers/LexRuby.cxx +++ b/lexers/LexRuby.cxx @@ -346,7 +346,7 @@ static bool RE_CanFollowKeyword(const char *keyword) { // Look at chars up to but not including endPos // Don't look at styles in case we're looking forward -static int skipWhitespace(Sci_Position startPos, +static Sci_Position skipWhitespace(Sci_Position startPos, Sci_Position endPos, Accessor &styler) { for (Sci_Position i = startPos; i < endPos; i++) { -- cgit v1.2.3