diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-07 09:47:51 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-07 11:40:17 -0700 |
commit | 20023040512048d46bbabebb86dde36076126af7 (patch) | |
tree | 1cf99308bc1d99c7c1e6295d448f745525986d77 /perl.h | |
parent | c59e8fd6cb9af2505341139f9db1a5cc579b9c0f (diff) | |
download | perl-20023040512048d46bbabebb86dde36076126af7.tar.gz |
HEKf format
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3208,6 +3208,12 @@ typedef pthread_key_t perl_key; #define SVfARG(p) ((void*)(p)) +#ifndef HEKf +# define HEKf "2p" +#endif + +#define HEKfARG(p) ((void*)(p)) + #ifdef PERL_CORE /* not used; but needed for backward compatibility with XS code? - RMB */ # undef VDf |