diff options
author | nyamatongwe <devnull@localhost> | 2000-12-07 10:55:13 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-12-07 10:55:13 +0000 |
commit | 9202254169e3a625c64cfb25b2b39dcdb3f28855 (patch) | |
tree | d88875fc6524281cb0be8a2f5eb6d7130e7c044c /include/SciLexer.h | |
parent | 4d68a4c693455033bb5187fd81fbb08258bd2c47 (diff) | |
download | scintilla-mirror-9202254169e3a625c64cfb25b2b39dcdb3f28855.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 |