From ff39a24cc99d687d1e1a3abafcad11175a2bba56 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 14 Feb 2009 10:29:14 +0000 Subject: Bug #2552973 issues with the Inno Setup lexer. Fix from Kai Liu. --- include/SciLexer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/SciLexer.h') diff --git a/include/SciLexer.h b/include/SciLexer.h index 982b48b7b..e9101658f 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -1089,6 +1089,7 @@ #define SCE_INNO_SECTION 4 #define SCE_INNO_PREPROC 5 #define SCE_INNO_PREPROC_INLINE 6 +#define SCE_INNO_INLINE_EXPANSION 6 #define SCE_INNO_COMMENT_PASCAL 7 #define SCE_INNO_KEYWORD_PASCAL 8 #define SCE_INNO_KEYWORD_USER 9 -- cgit v1.2.3