From 20023040512048d46bbabebb86dde36076126af7 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 7 Oct 2011 09:47:51 -0700 Subject: HEKf format --- perl.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'perl.h') 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 -- cgit v1.2.1