This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Thread.xs doesn't need magic sig anymore
authorJerry D. Hedden <jdhedden@cpan.org>
Mon, 23 Apr 2007 13:25:20 +0000 (09:25 -0400)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 25 Apr 2007 16:13:54 +0000 (16:13 +0000)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510704231025y22d30ecfk1ebc418f2b3a0bf7@mail.gmail.com>

p4raw-id: //depot/perl@31078

ext/Thread/Thread.xs

index 9797303..87db003 100644 (file)
@@ -3,9 +3,6 @@
 #include "perl.h"
 #include "XSUB.h"
 
-/* Magic signature for Thread's mg_private is "Th" */ 
-#define Thread_MAGIC_SIGNATURE 0x5468
-
 #ifdef __cplusplus
 #ifdef I_UNISTD
 #include <unistd.h>