aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-02-22 18:07:08 +1100
committernyamatongwe <devnull@localhost>2013-02-22 18:07:08 +1100
commitabdcc5079d9fa5eb96ee144095e7be5f13bfd67d (patch)
tree08ac9379e3218324a11b6deba2d86a6493e6dd32 /include/SciLexer.h
parent18e16eec6d4a66f9d9a365e2498ab511e56b6a97 (diff)
downloadscintilla-mirror-abdcc5079d9fa5eb96ee144095e7be5f13bfd67d.tar.gz
Longer name for new errorlist lexer state.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h2
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