diff options
| author | Richard M. Stallman | 1994-11-19 13:57:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-19 13:57:27 +0000 |
| commit | ebdb2d6d9eade255a73b5bd641cf62c4930edb60 (patch) | |
| tree | aafd45b8ca24b80feea5756d207d00bbbf8de138 /src | |
| parent | 4099a32dc9944ee967eb31ea4db225c795dfaff5 (diff) | |
| download | emacs-ebdb2d6d9eade255a73b5bd641cf62c4930edb60.tar.gz emacs-ebdb2d6d9eade255a73b5bd641cf62c4930edb60.zip | |
(re_compile_fastmap): Really, really treat `succeed' like end.
Diffstat (limited to 'src')
| -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) | |||
| 2795 | path_can_be_null = true; | 2795 | path_can_be_null = true; |
| 2796 | 2796 | ||
| 2797 | p = fail_stack.stack[--fail_stack.avail]; | 2797 | p = fail_stack.stack[--fail_stack.avail]; |
| 2798 | |||
| 2799 | continue; | ||
| 2798 | } | 2800 | } |
| 2799 | else | 2801 | else |
| 2800 | break; | 2802 | break; |