projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7f20e9d
)
fix missing init that caused RE alternations to fail under
Gurusamy Sarathy [Sat, 18 Jul 1998 01:11:07 +0000 (
01:11
+0000)]
-Dusethreads
p4raw-id: //depot/perl@1522
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
1d417e7
..
6f4bb6e
100644
(file)
--- 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);