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"