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 f45fa5398c..23426ae418 100644
--- a/perl.h
+++ b/perl.h
@@ -4147,6 +4147,8 @@ out there, Solaris being the most prominent.
#define PNf UTF8f
#define PNfARG(pn) (int)1, (UV)PadnameLEN(pn), (void *)PadnamePV(pn)
+#define HvNAMEf "6p"
+#define HvNAMEf_QUOTEDPREFIX "10p"
#ifdef PERL_CORE
/* not used; but needed for backward compatibility with XS code? - RMB