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

Jifty commits jifty-commit at lists.jifty.org
Sat May 10 07:27:07 EDT 2008


Author: nothingmuch
Date: Sat May 10 07:27:06 2008
New Revision: 5423

Modified:
   Runops-Hook/trunk/Hook.xs

Log:
use CALL_FPTR macro

Modified: Runops-Hook/trunk/Hook.xs
==============================================================================
--- Runops-Hook/trunk/Hook.xs	(original)
+++ Runops-Hook/trunk/Hook.xs	Sat May 10 07:27:06 2008
@@ -37,7 +37,7 @@
 		/* global flag controls all hooking behavior */
 		if (Runops_Hook_enabled) {
 			/* no threshold set means simple hooking */
-			if (Runops_Hook_hook && Runops_Hook_hook(aTHX))
+			if (Runops_Hook_hook && CALL_FPTR( Runops_Hook_hook) (aTHX))
 				continue;
 		}
 


More information about the Jifty-commit mailing list