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
commit5a8657f93169853d510659240d7390d38bacce7a (patch)
tree86c983bd5e1d098b31d8433313db7ccc834603fe /src/regex.c
parentf3caeadff1e515213c2b86f5c9d43ec1a55f66b3 (diff)
downloademacs-5a8657f93169853d510659240d7390d38bacce7a.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;