[Jifty-commit] r5387 - Runops-Hook/trunk

Jifty commits jifty-commit at lists.jifty.org
Wed May 7 11:13:35 EDT 2008


Author: nothingmuch
Date: Wed May  7 11:13:34 2008
New Revision: 5387

Modified:
   Runops-Hook/trunk/Hook.xs

Log:
cast

Modified: Runops-Hook/trunk/Hook.xs
==============================================================================
--- Runops-Hook/trunk/Hook.xs	(original)
+++ Runops-Hook/trunk/Hook.xs	Wed May  7 11:13:34 2008
@@ -196,8 +196,8 @@
 				SV **firstrelem = PL_stack_base + *(PL_markstack_ptr-2) + 1;
 				SV **firstlelem = lastrelem + 1;
 
-				SV *lav = av_make_with_refs(aTHX_ firstlelem, lastlelem);
-				SV *rav = av_make_with_refs(aTHX_ firstrelem, lastrelem);
+				SV *lav = (SV *)av_make_with_refs(aTHX_ firstlelem, lastlelem);
+				SV *rav = (SV *)av_make_with_refs(aTHX_ firstrelem, lastrelem);
 
 				SP = ORIGMARK;
 


More information about the Jifty-commit mailing list