(re_compile_fastmap): Really, really treat `succeed' like end.
authorRichard Stallman <rms@gnu.org>
Sat, 19 Nov 1994 13:57:27 +0000 (13:57 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 19 Nov 1994 13:57:27 +0000 (13:57 +0000)
regex.c

diff --git a/regex.c b/regex.c
index 4a590509be7ad5509415ddb014b625c84995b0c4..86f7545d7b13f6faa80efccf33cbbbdded675be8 100644 (file)
--- a/regex.c
+++ b/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;