[svn:ponie] rev 332 - trunk/perl

[email protected] 22 Jul 2005 10:41:46 -0000
Newsgroups perl.ponie.changes
Message-ID <[email protected]>
Author: nicholas
Date: Fri Jul 22 03:41:46 2005
New Revision: 332

Modified:
   trunk/perl/sv.h
Log:
Tweak MUMBLE to cast to (void *).
Variation on a patch sent by Andy Dougherty


Modified: trunk/perl/sv.h
==============================================================================
--- trunk/perl/sv.h	(original)
+++ trunk/perl/sv.h	Fri Jul 22 03:41:46 2005
@@ -1501,5 +1501,5 @@ struct clone_params {
 #endif
 
 #ifndef MUMBLE
-#define MUMBLE(p) p
+#define MUMBLE(p) ((void *)(p))
 #endif