summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 2 insertions, 0 deletions
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