changeset 359:28b24817a77d

(re_compile_fastmap): Really, really treat `succeed' like end.
author Richard Stallman <rms@gnu.org>
date Sat, 19 Nov 1994 13:57:27 +0000
parents 987499c700ed
children 762da0802243
files regex.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/regex.c
+++ b/regex.c
@@ -2795,6 +2795,8 @@
 	      path_can_be_null = true;
 
 	      p = fail_stack.stack[--fail_stack.avail];
+
+	      continue;
 	    }
 	  else
 	    break;