[Jifty-commit] r5654 - B-OPCheck

Jifty commits jifty-commit at lists.jifty.org
Sun Aug 3 20:52:15 EDT 2008


Author: nothingmuch
Date: Sun Aug  3 20:52:15 2008
New Revision: 5654

Modified:
   B-OPCheck/OPCheck.xs

Log:
C99 fixes

Modified: B-OPCheck/OPCheck.xs
==============================================================================
--- B-OPCheck/OPCheck.xs	(original)
+++ B-OPCheck/OPCheck.xs	Sun Aug  3 20:52:15 2008
@@ -72,11 +72,13 @@
 
 void
 OPCHECK_call_ck(pTHX_ SV *sub, OP *o) {
+    SV *PL_op_object;
     dSP;
+
     ENTER;
     SAVETMPS;
 
-    SV *PL_op_object = Runops_Hook_op_to_BOP(aTHX_ o);
+    PL_op_object = Runops_Trace_op_to_BOP(aTHX_ o);
 
     PUSHMARK(SP);
     XPUSHs(PL_op_object);


More information about the Jifty-commit mailing list