diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-18 01:11:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-18 01:11:07 +0000 |
commit | 13c658c95a9106efbd9a2a741a39e24c1c0f4e3b (patch) | |
tree | fd63f66c09be8b9392fd07003e56cd58e8522695 /util.c | |
parent | 7f20e9dd0ffd291ea63da3dcb7fbfa7029e93f0d (diff) | |
download | perl-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |