diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-11-19 13:57:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-11-19 13:57:27 +0000 |
commit | ebdb2d6d9eade255a73b5bd641cf62c4930edb60 (patch) | |
tree | aafd45b8ca24b80feea5756d207d00bbbf8de138 /src/regex.c | |
parent | 4099a32dc9944ee967eb31ea4db225c795dfaff5 (diff) | |
download | emacs-ebdb2d6d9eade255a73b5bd641cf62c4930edb60.tar.gz |
(re_compile_fastmap): Really, really treat `succeed' like end.
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 2 |
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; |