summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-07 09:47:51 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-07 11:40:17 -0700
commit20023040512048d46bbabebb86dde36076126af7 (patch)
tree1cf99308bc1d99c7c1e6295d448f745525986d77 /perl.h
parentc59e8fd6cb9af2505341139f9db1a5cc579b9c0f (diff)
downloadperl-20023040512048d46bbabebb86dde36076126af7.tar.gz
HEKf format
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 200fd82297..accb96bdd7 100644
--- a/perl.h
+++ b/perl.h
@@ -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