aboutsummaryrefslogtreecommitdiffhomepage
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
parent4d68a4c693455033bb5187fd81fbb08258bd2c47 (diff)
downloadscintilla-mirror-9202254169e3a625c64cfb25b2b39dcdb3f28855.tar.gz
Steffen removed SCE_PL_REF state.
-rw-r--r--include/SciLexer.h1
-rw-r--r--include/Scintilla.iface1
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