diff options
author | Hugo van der Sanden <hv@crypt.org> | 2015-02-27 17:55:43 +0000 |
---|---|---|
committer | Hugo van der Sanden <hv@crypt.org> | 2015-03-09 22:15:46 +0000 |
commit | 73e4395489b3af4945ee03565112cf8d41d7d349 (patch) | |
tree | 450c7043f52c95c88a20f27626d67338faed698e /ext/XS-APItest/APItest.xs | |
parent | 22ff313068aa37b1a24855e760e71ee9a20a1a90 (diff) | |
download | perl-73e4395489b3af4945ee03565112cf8d41d7d349.tar.gz |
grok_atoUV: don't make part of API
.. but keep available to extensions.
Diffstat (limited to 'ext/XS-APItest/APItest.xs')
-rw-r--r-- | ext/XS-APItest/APItest.xs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/XS-APItest/APItest.xs b/ext/XS-APItest/APItest.xs index 2b7b3490c3..c3f88b4bb9 100644 --- a/ext/XS-APItest/APItest.xs +++ b/ext/XS-APItest/APItest.xs @@ -1,4 +1,8 @@ #define PERL_IN_XS_APITEST + +/* We want to be able to test things that aren't API yet. */ +#define PERL_EXT + #include "EXTERN.h" #include "perl.h" #include "XSUB.h" |