aboutsummaryrefslogtreecommitdiff
path: root/lexxer.l
diff options
context:
space:
mode:
Diffstat (limited to 'lexxer.l')
-rw-r--r--lexxer.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/lexxer.l b/lexxer.l
index 508603a..6e2234e 100644
--- a/lexxer.l
+++ b/lexxer.l
@@ -130,7 +130,6 @@ static void doSharp(const char *body); /* process body of # directives */
<Normal>(?i:sreplyport) RETURN(sySReplyPort);
<Normal>(?i:array) RETURN(syArray);
<Normal>(?i:of) RETURN(syOf);
-<Normal>(?i:error) RETURN(syErrorProc);
<Normal>(?i:serverprefix) RETURN(syServerPrefix);
<Normal>(?i:userprefix) RETURN(syUserPrefix);
<Normal>(?i:serverdemux) RETURN(syServerDemux);