summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-18 01:11:07 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-18 01:11:07 +0000
commit13c658c95a9106efbd9a2a741a39e24c1c0f4e3b (patch)
treefd63f66c09be8b9392fd07003e56cd58e8522695 /util.c
parent7f20e9dd0ffd291ea63da3dcb7fbfa7029e93f0d (diff)
downloadperl-13c658c95a9106efbd9a2a741a39e24c1c0f4e3b.tar.gz
fix missing init that caused RE alternations to fail under
-Dusethreads p4raw-id: //depot/perl@1522
Diffstat (limited to 'util.c')
-rw-r--r--util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.c b/util.c
index 1d417e7de7..6f4bb6eaea 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);