From abdcc5079d9fa5eb96ee144095e7be5f13bfd67d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 22 Feb 2013 18:07:08 +1100 Subject: Longer name for new errorlist lexer state. --- include/SciLexer.h | 2 +- include/Scintilla.iface | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/SciLexer.h b/include/SciLexer.h index 82a39904c..44043fe6e 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -477,7 +477,7 @@ #define SCE_ERR_TIDY 19 #define SCE_ERR_JAVA_STACK 20 #define SCE_ERR_VALUE 21 -#define SCE_ERR_FROM 22 +#define SCE_ERR_GCC_INCLUDED_FROM 22 #define SCE_BAT_DEFAULT 0 #define SCE_BAT_COMMENT 1 #define SCE_BAT_WORD 2 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index cb6c0e632..670d3937f 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2936,7 +2936,7 @@ val SCE_ERR_ABSF=18 val SCE_ERR_TIDY=19 val SCE_ERR_JAVA_STACK=20 val SCE_ERR_VALUE=21 -val SCE_ERR_FROM=22 +val SCE_ERR_GCC_INCLUDED_FROM=22 # Lexical states for SCLEX_BATCH lex Batch=SCLEX_BATCH SCE_BAT_ val SCE_BAT_DEFAULT=0 -- cgit v1.2.3