summaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-11-19 13:57:27 +0000
committerRichard M. Stallman <rms@gnu.org>1994-11-19 13:57:27 +0000
commitebdb2d6d9eade255a73b5bd641cf62c4930edb60 (patch)
treeaafd45b8ca24b80feea5756d207d00bbbf8de138 /src/regex.c
parent4099a32dc9944ee967eb31ea4db225c795dfaff5 (diff)
downloademacs-ebdb2d6d9eade255a73b5bd641cf62c4930edb60.tar.gz
(re_compile_fastmap): Really, really treat `succeed' like end.
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regex.c b/src/regex.c
index 4a590509be7..86f7545d7b1 100644
--- a/src/regex.c
+++ b/src/regex.c
@@ -2795,6 +2795,8 @@ re_compile_fastmap (bufp)
path_can_be_null = true;
p = fail_stack.stack[--fail_stack.avail];
+
+ continue;
}
else
break;