diff src/regex.c @ 1468:0f42689481f0

[xemacs-hg @ 2003-05-09 14:52:37 by stephent] revert clobber match data <873cjoi38t.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Fri, 09 May 2003 14:52:43 +0000
parents 74cb069b8417
children 0ad2242c43a4
line wrap: on
line diff
--- a/src/regex.c	Fri May 09 09:50:42 2003 +0000
+++ b/src/regex.c	Fri May 09 14:52:43 2003 +0000
@@ -6080,7 +6080,8 @@
 	       emch1, emch2 is the character at d, and syn2 is the
 	       syntax of emch2. */
 	    Ichar emch1, emch2;
-	    int syn1, syn2;
+	    int syn1 = 0,
+	        syn2 = 0;
 	    re_char *d_before, *d_after;
 	    int result,
 		at_beg = AT_STRINGS_BEG (d),