changeset 10023:a53798af4794

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