diff options
author | nyamatongwe <unknown> | 2013-02-22 18:07:08 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-02-22 18:07:08 +1100 |
commit | a65a3b54310f5af97192598402046c288f9918d0 (patch) | |
tree | 09b6de3460079ac4f3f0c35242008aa17dc404a0 /include/SciLexer.h | |
parent | 050ec00a46f30ece18fdf732690f5897651e7809 (diff) | |
download | scintilla-mirror-a65a3b54310f5af97192598402046c288f9918d0.tar.gz |
Longer name for new errorlist lexer state.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 2 |
1 files changed, 1 insertions, 1 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 |