Add PERL_NO_GET_CONTEXT to Hash::Util
authorNicholas Clark <nick@ccl4.org>
Sat, 19 Mar 2011 20:15:19 +0000 (20:15 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 19 Mar 2011 21:18:19 +0000 (21:18 +0000)
For threaded platforms, this reduces the object code size, and should slightly
reduce CPU usage.

ext/Hash-Util/Util.xs

index 483db73..678e64d 100644 (file)
@@ -1,3 +1,5 @@
+#define PERL_NO_GET_CONTEXT
+
 #include "EXTERN.h"
 #include "perl.h"
 #include "XSUB.h"