summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/match.c b/match.c
index b75c0766..299246d1 100644
--- a/match.c
+++ b/match.c
@@ -1173,9 +1173,11 @@ repeat_spec_same_data:
max_data = new_data;
}
}
- if (sym == cases_s)
+ if (sym == cases_s || sym == none_s)
break;
} else {
+ if (sym == all_s)
+ break;
all_match = nil;
}
}