(search_regs_saved): Delete initializer.

This commit is contained in:
Richard M. Stallman
1994-12-07 13:03:48 +00:00
parent 884d69bd90
commit 75ebf74b48

View File

@@ -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