diff options
author | nyamatongwe <unknown> | 2000-12-07 10:55:13 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-12-07 10:55:13 +0000 |
commit | 7d1048716cf8f23541893649cb83be8ee6db2847 (patch) | |
tree | d88875fc6524281cb0be8a2f5eb6d7130e7c044c /include/SciLexer.h | |
parent | 5d27f707cb654e98333c6c6238d4c9e4aeb16a4f (diff) | |
download | scintilla-mirror-7d1048716cf8f23541893649cb83be8ee6db2847.tar.gz |
Steffen removed SCE_PL_REF state.
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 98b5e29a7..acd33014f 100644 --- a/include/SciLexer.h +++ b/include/SciLexer.h @@ -173,7 +173,6 @@ #define SCE_PL_ARRAY 13 #define SCE_PL_HASH 14 #define SCE_PL_SYMBOLTABLE 15 -#define SCE_PL_REF 16 #define SCE_PL_REGEX 17 #define SCE_PL_REGSUBST 18 #define SCE_PL_LONGQUOTE 19 |