projects
/
p5sagit/Devel-BeginLift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1594b44
)
fixup
Matt S Trout [Tue, 26 Jun 2007 22:59:21 +0000 (22:59 +0000)]
BeginLift.xs
patch
|
blob
|
blame
|
history
diff --git
a/BeginLift.xs
b/BeginLift.xs
index
86cd01d
..
85c2426
100644
(file)
--- a/
BeginLift.xs
+++ b/
BeginLift.xs
@@
-22,7
+22,7
@@
STATIC OP *dbl_ck_entersub(pTHX_ OP *o) {
HV *stash;
I32 type = o->op_type;
SV *sv;
- char* stack_save;
+ SV** stack_save;
HV* to_lift;
SV** to_lift_pack_ref;
HV* to_lift_pack_hash;