aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-02-20 13:41:17 +1100
committernyamatongwe <devnull@localhost>2013-02-20 13:41:17 +1100
commitdd801b3c31c58aae1c1543bb058385dc36863e73 (patch)
treefe71f95075f78a13f40b120dcd19a4ec7440e31d /include/SciLexer.h
parentd62c4501e6052c30c820ba0f25c3fc3b9d477970 (diff)
downloadscintilla-mirror-dd801b3c31c58aae1c1543bb058385dc36863e73.tar.gz
Recognise GCC include path diagnostics that appear before an error.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h
index 88d02a6f9..82a39904c 100644
--- a/include/SciLexer.h
+++ b/include/SciLexer.h
@@ -477,6 +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_BAT_DEFAULT 0
#define SCE_BAT_COMMENT 1
#define SCE_BAT_WORD 2