From ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 19 Jun 2020 08:40:49 -0400 Subject: Reverted experimental Lexilla and SCI_SETILEXER support. When testing, it works when compiled with debug symbols enabled, but crashes without them. It doesn't seem worth maintaining. --- src/ExternalLexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ExternalLexer.h') diff --git a/src/ExternalLexer.h b/src/ExternalLexer.h index 736b91531..d0a615e31 100644 --- a/src/ExternalLexer.h +++ b/src/ExternalLexer.h @@ -10,7 +10,7 @@ namespace Scintilla { -void ExternalLexerLoad(const char *path, bool iLexer5=false); +void ExternalLexerLoad(const char *path); } -- cgit v1.2.3