From 9c5ce702bf1ce27d8e8c688458fab4355c659881 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 12 Mar 2003 10:45:42 +0000 Subject: Patch from Pedro Guerreiro for decoding error messages from Lahey and Intel Fortran compilaers. --- include/SciLexer.h | 2 ++ include/Scintilla.iface | 2 ++ 2 files changed, 4 insertions(+) (limited to 'include') 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 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 -- cgit v1.2.3