On 4/23/07, Jerry D. Hedden <jdhedden@cpan.org> wrote: > Removes defunct magic sig from Thread.xs It's still in the typemap file as of perl@31079 and thus ends up in the generated .c file, which (at least on VMS) won't compile: || mg->mg_private != Thread_MAGIC_SIGNATURE) .....................................^ %CC-E-UNDECLARED, In this statement, "Thread_MAGIC_SIGNATURE" is not declared. at line number 126 in file D0:[CRAIG.perl.ext.Thread]THREAD.C;1 || mg->mg_private != Thread_MAGIC_SIGNATURE) .....................................^ %CC-E-UNDECLARED, In this statement, "Thread_MAGIC_SIGNATURE" is not declared. at line number 160 in file D0:[CRAIG.perl.ext.Thread]THREAD.C;1 || mg->mg_private != Thread_MAGIC_SIGNATURE)Thread Previous | Thread Next