diff options
author | nyamatongwe <unknown> | 2010-02-07 00:26:01 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-02-07 00:26:01 +0000 |
commit | 98a3c4427791ee1e905dc05c183d278ff1d24240 (patch) | |
tree | 1b9ac32e5b4b4a177cfd191e8cad1c1112f9ff51 /include/SciLexer.h | |
parent | 6fa106f43b3869b757d8d92dbdb750011609474a (diff) | |
download | scintilla-mirror-98a3c4427791ee1e905dc05c183d278ff1d24240.tar.gz |
Removed SCE_INNO_PREPROC_INLINE due to problem mentioned on bug #2552973.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r-- | include/SciLexer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/SciLexer.h b/include/SciLexer.h index a464d6c28..ced86f433 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -1108,7 +1108,6 @@ #define SCE_INNO_PARAMETER 3 #define SCE_INNO_SECTION 4 #define SCE_INNO_PREPROC 5 -#define SCE_INNO_PREPROC_INLINE 6 #define SCE_INNO_INLINE_EXPANSION 6 #define SCE_INNO_COMMENT_PASCAL 7 #define SCE_INNO_KEYWORD_PASCAL 8 |