]> git.eshelyaron.com Git - emacs.git/commitdiff
(re_compile_fastmap): Really, really treat `succeed' like end.
authorRichard M. Stallman <rms@gnu.org>
Sat, 19 Nov 1994 13:57:27 +0000 (13:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 19 Nov 1994 13:57:27 +0000 (13:57 +0000)
src/regex.c

index 4a590509be7ad5509415ddb014b625c84995b0c4..86f7545d7b13f6faa80efccf33cbbbdded675be8 100644 (file)
@@ -2795,6 +2795,8 @@ re_compile_fastmap (bufp)
              path_can_be_null = true;
 
              p = fail_stack.stack[--fail_stack.avail];
+
+             continue;
            }
          else
            break;