[Bast-commits] r3533 - trunk/Devel-BeginLift

matthewt at dev.catalyst.perl.org matthewt at dev.catalyst.perl.org
Tue Jun 26 23:59:21 GMT 2007


Author: matthewt
Date: 2007-06-26 23:59:21 +0100 (Tue, 26 Jun 2007)
New Revision: 3533

Modified:
   trunk/Devel-BeginLift/BeginLift.xs
Log:
fixup

Modified: trunk/Devel-BeginLift/BeginLift.xs
===================================================================
--- trunk/Devel-BeginLift/BeginLift.xs	2007-06-26 22:40:21 UTC (rev 3532)
+++ trunk/Devel-BeginLift/BeginLift.xs	2007-06-26 22:59:21 UTC (rev 3533)
@@ -22,7 +22,7 @@
   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;




More information about the Bast-commits mailing list