summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2017-11-03 08:16:41 -0600
committerKarl Williamson <khw@cpan.org>2017-11-06 12:50:06 -0700
commit6089516632ada70975daada3ec4c28abaff68703 (patch)
tree2a2a496aa92a207dfccdf290db2378a74bed60d0 /ext
parent7540096351b86e7bb497934b427086e606fe42c1 (diff)
downloadperl-6089516632ada70975daada3ec4c28abaff68703.tar.gz
ext/attributes/attributes.xs is PERL_EXT
Diffstat (limited to 'ext')
-rw-r--r--ext/attributes/attributes.xs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/attributes/attributes.xs b/ext/attributes/attributes.xs
index c14407c580..f7bb490697 100644
--- a/ext/attributes/attributes.xs
+++ b/ext/attributes/attributes.xs
@@ -15,6 +15,8 @@
* [p.597 of _The Lord of the Rings_, III/xi: "The Palantír"]
*/
+#define PERL_EXT
+
#define PERL_NO_GET_CONTEXT
#include "EXTERN.h"