[Jifty-commit] r5478 - B-Generate/trunk/lib/B

Jifty commits jifty-commit at lists.jifty.org
Sat May 17 04:24:07 EDT 2008


Author: clkao
Date: Sat May 17 04:24:07 2008
New Revision: 5478

Modified:
   B-Generate/trunk/lib/B/Generate.xs

Log:
no dXSARGS.

Modified: B-Generate/trunk/lib/B/Generate.xs
==============================================================================
--- B-Generate/trunk/lib/B/Generate.xs	(original)
+++ B-Generate/trunk/lib/B/Generate.xs	Sat May 17 04:24:07 2008
@@ -398,7 +398,6 @@
 
 SV *__svop_new(pTHX_ SV *class, SV *type, I32 flags, SV *sv)
 {
-    dXSARGS;
     OP *o;
     SV *result;
 
@@ -1363,6 +1362,7 @@
     OP *first = NO_INIT
     OP *o = NO_INIT
     CODE:
+
         if (SvROK(sv_first)) {
             if (!sv_derived_from(sv_first, "B::OP"))
                 Perl_croak(aTHX_ "Reference 'first' was not a B::OP object");


More information about the Jifty-commit mailing list