diff options
author | Neil <nyamatongwe@gmail.com> | 2020-05-01 14:55:01 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-05-01 14:55:01 +1000 |
commit | 26caa3b4c8323217172f89a3691a4584899c4699 (patch) | |
tree | 1279b70b7221f195bf4e5ac78638d5a6f5308641 /include/SciLexer.h | |
parent | f6a33872830003d16776176da7a7526baaf2d06f (diff) | |
download | scintilla-mirror-26caa3b4c8323217172f89a3691a4584899c4699.tar.gz |
Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 like
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 4ea1b6f6f..d23e18e0c 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -516,6 +516,7 @@ #define SCE_ERR_GCC_INCLUDED_FROM 22 #define SCE_ERR_ESCSEQ 23 #define SCE_ERR_ESCSEQ_UNKNOWN 24 +#define SCE_ERR_GCC_EXCERPT 25 #define SCE_ERR_ES_BLACK 40 #define SCE_ERR_ES_RED 41 #define SCE_ERR_ES_GREEN 42 |