diff options
author | nyamatongwe <unknown> | 2003-03-12 10:45:42 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-03-12 10:45:42 +0000 |
commit | 9c5ce702bf1ce27d8e8c688458fab4355c659881 (patch) | |
tree | e44ff124749967de221982cf464ab6d847901558 /include/SciLexer.h | |
parent | 2cab17e2b4ae79692537121d4d2cb46b4e420f85 (diff) | |
download | scintilla-mirror-9c5ce702bf1ce27d8e8c688458fab4355c659881.tar.gz |
Patch from Pedro Guerreiro for decoding error messages from Lahey and
Intel Fortran compilaers.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index 2115aae1a..5e4ad6c34 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -279,6 +279,8 @@ #define SCE_ERR_DIFF_DELETION 12 #define SCE_ERR_DIFF_MESSAGE 13 #define SCE_ERR_PHP 14 +#define SCE_ERR_ELF 15 +#define SCE_ERR_IFC 16 #define SCE_BAT_DEFAULT 0 #define SCE_BAT_COMMENT 1 #define SCE_BAT_WORD 2 |