From: Gurusamy Sarathy Date: Sat, 18 Jul 1998 01:11:07 +0000 (+0000) Subject: fix missing init that caused RE alternations to fail under X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=13c658c95a9106efbd9a2a741a39e24c1c0f4e3b;p=p5sagit%2Fp5-mst-13.2.git fix missing init that caused RE alternations to fail under -Dusethreads p4raw-id: //depot/perl@1522 --- diff --git a/util.c b/util.c index 1d417e7..6f4bb6e 100644 --- a/util.c +++ b/util.c @@ -2803,6 +2803,7 @@ new_struct_thread(struct perl_thread *t) screamfirst = 0; screamnext = 0; reg_start_tmp = 0; + reg_start_tmpl = 0; /* Initialise all per-thread SVs that the template thread used */ svp = AvARRAY(t->threadsv);