comparison src/search.c @ 10128:59ccd063e016

(search_regs_saved): Delete initializer.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 Dec 1994 13:03:48 +0000
parents cb713218845a
children afe81fd385eb
comparison
equal deleted inserted replaced
10127:45dc21b49023 10128:59ccd063e016
1927 return Qnil; 1927 return Qnil;
1928 } 1928 }
1929 1929
1930 /* If non-zero the match data have been saved in saved_search_regs 1930 /* If non-zero the match data have been saved in saved_search_regs
1931 during the execution of a sentinel or filter. */ 1931 during the execution of a sentinel or filter. */
1932 static int search_regs_saved = 0; 1932 static int search_regs_saved;
1933 static struct re_registers saved_search_regs; 1933 static struct re_registers saved_search_regs;
1934 1934
1935 /* Called from Flooking_at, Fstring_match, search_buffer, Fstore_match_data 1935 /* Called from Flooking_at, Fstring_match, search_buffer, Fstore_match_data
1936 if asynchronous code (filter or sentinel) is running. */ 1936 if asynchronous code (filter or sentinel) is running. */
1937 static void 1937 static void