diff options
author | Karl Williamson <khw@cpan.org> | 2017-11-03 08:16:41 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-11-06 12:50:06 -0700 |
commit | 6089516632ada70975daada3ec4c28abaff68703 (patch) | |
tree | 2a2a496aa92a207dfccdf290db2378a74bed60d0 /ext | |
parent | 7540096351b86e7bb497934b427086e606fe42c1 (diff) | |
download | perl-6089516632ada70975daada3ec4c28abaff68703.tar.gz |
ext/attributes/attributes.xs is PERL_EXT
Diffstat (limited to 'ext')
-rw-r--r-- | ext/attributes/attributes.xs | 2 |
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" |