From 4eadd926fc3a6fae0c7ed3b4fd149fe8c72039f3 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Sat, 24 Dec 2022 13:13:04 +0000 Subject: Add HvNAMEfARG() macro --- perl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl.h') diff --git a/perl.h b/perl.h index 23426ae418..c11fcce996 100644 --- a/perl.h +++ b/perl.h @@ -4150,6 +4150,8 @@ out there, Solaris being the most prominent. #define HvNAMEf "6p" #define HvNAMEf_QUOTEDPREFIX "10p" +#define HvNAMEfARG(hv) ((void*)(hv)) + #ifdef PERL_CORE /* not used; but needed for backward compatibility with XS code? - RMB =for apidoc_section $io_formats -- cgit v1.2.1