summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/levcomp.lpp
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/util/levcomp.lpp')
-rw-r--r--crawl-ref/source/util/levcomp.lpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/crawl-ref/source/util/levcomp.lpp b/crawl-ref/source/util/levcomp.lpp
index 6df93afa7c..96331e45d1 100644
--- a/crawl-ref/source/util/levcomp.lpp
+++ b/crawl-ref/source/util/levcomp.lpp
@@ -183,7 +183,6 @@ KFEAT: { BEGIN(ARGUMENT); return KFEAT; }
KITEM: { BEGIN(ARGUMENT); return KITEM; }
KMONS: { BEGIN(ARGUMENT); return KMONS; }
-- return DASH;
, return COMMA;
[0-9]+ {
@@ -194,17 +193,6 @@ KMONS: { BEGIN(ARGUMENT); return KMONS; }
[\ \t]+ ;
\r?\n ;
-
-\( return OPAREN;
-\) return CPAREN;
-
-\" return QUOTE;
-
-[a-zA-Z_][a-zA-Z_0-9]* {
- settext();
- return IDENTIFIER;
- }
-
. return CHARACTER;
%%