summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-06-14 18:49:26 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-06-15 09:03:22 +0000
commited221c571749f1ebcbc3664c74e36e68f3a83031 (patch)
treef7ffcc409cc38b5ad8c07745d15189be70bf8788 /embed.h
parent1e2ebb21f72f169e9de6c2bde1af6eb417686775 (diff)
downloadperl-ed221c571749f1ebcbc3664c74e36e68f3a83031.tar.gz
CopSTASH_eq again
Message-ID: <20050615044926.GA29087@petdance.com> p4raw-id: //depot/perl@24847
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 238bda92b5..b609f7719d 100644
--- a/embed.h
+++ b/embed.h
@@ -1656,6 +1656,7 @@
#define is_gv_magical_sv Perl_is_gv_magical_sv
#endif
#define savesvpv Perl_savesvpv
+#define stashpv_hvname_match Perl_stashpv_hvname_match
#define ck_anoncode Perl_ck_anoncode
#define ck_bitop Perl_ck_bitop
#define ck_concat Perl_ck_concat
@@ -3645,6 +3646,7 @@
#define is_gv_magical_sv(a,b) Perl_is_gv_magical_sv(aTHX_ a,b)
#endif
#define savesvpv(a) Perl_savesvpv(aTHX_ a)
+#define stashpv_hvname_match(a,b) Perl_stashpv_hvname_match(aTHX_ a,b)
#define ck_anoncode(a) Perl_ck_anoncode(aTHX_ a)
#define ck_bitop(a) Perl_ck_bitop(aTHX_ a)
#define ck_concat(a) Perl_ck_concat(aTHX_ a)