summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--match.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/match.c b/match.c
index 14a0bb3f..29f634cf 100644
--- a/match.c
+++ b/match.c
@@ -1752,6 +1752,7 @@ static val do_match_line(match_line_ctx *c)
switch (type(elem)) {
case CONS: /* directive */
+ case LCONS:
{
val directive = first(elem);