From 75ebf74b48275db79b7d1fdb040b13bf0f6f1253 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 7 Dec 1994 13:03:48 +0000 Subject: (search_regs_saved): Delete initializer. --- src/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/search.c') diff --git a/src/search.c b/src/search.c index 7a406f8f004..0d5f5dcf158 100644 --- a/src/search.c +++ b/src/search.c @@ -1929,7 +1929,7 @@ LIST should have been created by calling `match-data' previously.") /* 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 -- cgit v1.2.1