From 68abf86021d8dc505ac0b6c91f2b5941a8da9d15 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 11 Jul 2019 16:21:33 -0400 Subject: Updated to latest Scintilla LongTerm3 revision. Scintilla.iface has changed, as has some of its underlying platform API. Testing sooner is better than later. --- src/textadept.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/textadept.c b/src/textadept.c index b2bf85af..0aef64b8 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -208,7 +208,7 @@ static int quit; #endif static int initing, closing; static int show_tabs = TRUE, tab_sync; -enum {SVOID, SINT, SLEN, SPOS, SCOLOR, SBOOL, SKEYMOD, SSTRING, SSTRINGRET}; +enum {SVOID, SINT, SLEN, SCOLOR, SBOOL, SKEYMOD, SSTRING, SSTRINGRET}; // Forward declarations. static void new_buffer(sptr_t); -- cgit v1.2.3