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 | 2b878d7cf9a92cb3842a7498baef656fc47e5bd9 (patch) | |
| tree | cc3c21cf33431987d23b85be6d8d64d10a0410a3 /include/Scintilla.iface | |
| parent | e06f3575be182ffcdf3daf148f784a00cda45ca4 (diff) | |
| download | scintilla-mirror-2b878d7cf9a92cb3842a7498baef656fc47e5bd9.tar.gz | |
Backport: Add SCE_ERR_GCC_EXCERPT style for diagnostics introduced by GCC 9.0 like
73 | GTimeVal last_popdown;
| ^~~~~~~~~~~~
Backport of changeset 8217:2ea7e2f6a248.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 63ab3d8f0..5b07902de 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -3645,6 +3645,7 @@ val SCE_ERR_VALUE=21 val SCE_ERR_GCC_INCLUDED_FROM=22 val SCE_ERR_ESCSEQ=23 val SCE_ERR_ESCSEQ_UNKNOWN=24 +val SCE_ERR_GCC_EXCERPT=25 val SCE_ERR_ES_BLACK=40 val SCE_ERR_ES_RED=41 val SCE_ERR_ES_GREEN=42 |
