diff options
author | nyamatongwe <devnull@localhost> | 2013-02-22 18:07:08 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2013-02-22 18:07:08 +1100 |
commit | abdcc5079d9fa5eb96ee144095e7be5f13bfd67d (patch) | |
tree | 08ac9379e3218324a11b6deba2d86a6493e6dd32 /include | |
parent | 18e16eec6d4a66f9d9a365e2498ab511e56b6a97 (diff) | |
download | scintilla-mirror-abdcc5079d9fa5eb96ee144095e7be5f13bfd67d.tar.gz |
Longer name for new errorlist lexer state.
Diffstat (limited to 'include')
-rw-r--r-- | include/SciLexer.h | 2 | ||||
-rw-r--r-- | include/Scintilla.iface | 2 |
2 files changed, 2 insertions, 2 deletions
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 |