aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SciLexer.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-12-07 10:55:13 +0000
committernyamatongwe <devnull@localhost>2000-12-07 10:55:13 +0000
commit9202254169e3a625c64cfb25b2b39dcdb3f28855 (patch)
treed88875fc6524281cb0be8a2f5eb6d7130e7c044c /include/SciLexer.h
parent4d68a4c693455033bb5187fd81fbb08258bd2c47 (diff)
downloadscintilla-mirror-9202254169e3a625c64cfb25b2b39dcdb3f28855.tar.gz
Steffen removed SCE_PL_REF state.
Diffstat (limited to 'include/SciLexer.h')
-rw-r--r--include/SciLexer.h1
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