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 | |
| parent | 5d27f707cb654e98333c6c6238d4c9e4aeb16a4f (diff) | |
| download | scintilla-mirror-7d1048716cf8f23541893649cb83be8ee6db2847.tar.gz | |
Steffen removed SCE_PL_REF state.
| -rw-r--r-- | include/SciLexer.h | 1 | ||||
| -rw-r--r-- | include/Scintilla.iface | 1 |
2 files changed, 0 insertions, 2 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 diff --git a/include/Scintilla.iface b/include/Scintilla.iface index f694c4ee9..88fda0a64 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1277,7 +1277,6 @@ val SCE_PL_SCALAR=12 val SCE_PL_ARRAY=13 val SCE_PL_HASH=14 val SCE_PL_SYMBOLTABLE=15 -val SCE_PL_REF=16 val SCE_PL_REGEX=17 val SCE_PL_REGSUBST=18 val SCE_PL_LONGQUOTE=19 |
