diff options
| author | nyamatongwe <devnull@localhost> | 2003-03-12 10:45:42 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-03-12 10:45:42 +0000 |
| commit | dedf7c2c42b52795efa6a2916147ce7d6071958d (patch) | |
| tree | e44ff124749967de221982cf464ab6d847901558 /include/Scintilla.iface | |
| parent | cab458af3085b92f755830f9a3443d6b952b5328 (diff) | |
| download | scintilla-mirror-dedf7c2c42b52795efa6a2916147ce7d6071958d.tar.gz | |
Patch from Pedro Guerreiro for decoding error messages from Lahey and
Intel Fortran compilaers.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f91749a6e..bcd10f9b1 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1811,6 +1811,8 @@ val SCE_ERR_DIFF_ADDITION=11 val SCE_ERR_DIFF_DELETION=12 val SCE_ERR_DIFF_MESSAGE=13 val SCE_ERR_PHP=14 +val SCE_ERR_ELF=15 +val SCE_ERR_IFC=16 # Lexical states for SCLEX_BATCH lex Batch=SCLEX_BATCH SCE_BAT_ val SCE_BAT_DEFAULT=0 |
