From 7604a6b2a98fc2250408368eb51f8f6827d888c8 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 29 Jul 2015 09:46:53 +1000 Subject: Change lexlib to use Sci_Position and Sci_PositionU to prepare for large file support. --- lexlib/LexerModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lexlib/LexerModule.h') diff --git a/lexlib/LexerModule.h b/lexlib/LexerModule.h index 3ca978a53..356ff27e9 100644 --- a/lexlib/LexerModule.h +++ b/lexlib/LexerModule.h @@ -15,7 +15,7 @@ namespace Scintilla { class Accessor; class WordList; -typedef void(*LexerFunction)(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, +typedef void (*LexerFunction)(Sci_PositionU startPos, Sci_Position lengthDoc, int initStyle, WordList *keywordlists[], Accessor &styler); typedef ILexer *(*LexerFactoryFunction)(); -- cgit v1.2.3