projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c4a5c6a
)
We still need an "i" in the PERL_IMPLICIT_SYS case
Steve Hay [Mon, 6 Jun 2005 07:47:06 +0000 (07:47 +0000)]
(Fix compilation error following change #24689)
p4raw-link: @24689 on //depot/perl:
b464bac0b70c4876af1296864220315edde8461d
p4raw-id: //depot/perl@24712
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
f0e8e8a
..
8a3500f
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-11631,6
+11631,7
@@
perl_clone_using(PerlInterpreter *proto_perl, UV flags,
* constants; they need to be allocated as common memory and just
* their pointers copied. */
+ IV i;
CLONE_PARAMS clone_params;
CLONE_PARAMS* param = &clone_params;