changeset 10128:59ccd063e016

(search_regs_saved): Delete initializer.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 Dec 1994 13:03:48 +0000
parents 45dc21b49023
children c2fa03370e73
files src/search.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/search.c	Wed Dec 07 12:48:36 1994 +0000
+++ b/src/search.c	Wed Dec 07 13:03:48 1994 +0000
@@ -1929,7 +1929,7 @@
 
 /* If non-zero the match data have been saved in saved_search_regs
    during the execution of a sentinel or filter. */
-static int search_regs_saved = 0;
+static int search_regs_saved;
 static struct re_registers saved_search_regs;
 
 /* Called from Flooking_at, Fstring_match, search_buffer, Fstore_match_data