summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-27 16:48:03 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-30 11:48:38 -0800
commit0d1e9135a626ca23109d6ed25ddc71687b38615c (patch)
treec3992341ca44ecc08c32e00461aa57c6818db209
parent1648ed586e3dd9bbb7d59873272d3e15a21977d0 (diff)
downloadperl-0d1e9135a626ca23109d6ed25ddc71687b38615c.tar.gz
perl.h: Add PNf and PNfARG
for pad names. Currently equivalent to SVf(ARG), they will be changed shortly when I make pad names a separate type.
-rw-r--r--perl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 6f8f79af01..2ebf1eced2 100644
--- a/perl.h
+++ b/perl.h
@@ -3407,6 +3407,9 @@ typedef pthread_key_t perl_key;
#endif
#define UTF8fARG(u,l,p) (int)cBOOL(u), (UV)(l), (void*)(p)
+#define PNf SVf
+#define PNfARG SVfARG
+
#ifdef PERL_CORE
/* not used; but needed for backward compatibility with XS code? - RMB */
# undef UVf