Skip Menu |

This queue is for tickets about the Sentinel CPAN distribution.

Report information
The Basics
Id: 118229
Status: patched
Priority: 0/
Queue: Sentinel

People
Owner: Nobody in particular
Requestors: RANDIR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Define PERL_NO_GET_CONTEXT to help threaded builds
The code is already written in a fashion that complies with PERL_NO_GET_CONTEXT, so just add it. === modified file 'lib/Sentinel.xs' --- lib/Sentinel.xs 2016-10-02 00:27:53 +0000 +++ lib/Sentinel.xs 2016-10-02 16:22:36 +0000 @@ -4,6 +4,8 @@ * (C) Paul Evans, 2011 -- leonerd@leonerd.org.uk */ +#define PERL_NO_GET_CONTEXT + #include "EXTERN.h" #include "perl.h" #include "XSUB.h"
Thanks, applied. -- Paul Evans