summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-21 13:44:08 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-21 13:44:08 +0200
commit4fec321675757b1adbfc9b8317737404d211664f (patch)
treefd6ff7b8101ed9049f43d31a85a3a7b977ae719f /embed.h
parentf1c32fec87699aee2eeb638f44135f21217d2127 (diff)
downloadperl-4fec321675757b1adbfc9b8317737404d211664f.tar.gz
Regenerate headers and fix compilation with threads after last commit
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 9af17f6810..1b2c9de658 100644
--- a/embed.h
+++ b/embed.h
@@ -1179,6 +1179,7 @@
#ifdef PERL_CORE
#define hsplit S_hsplit
#define hfreeentries S_hfreeentries
+#define anonymise_cv S_anonymise_cv
#define new_he S_new_he
#define save_hek_flags S_save_hek_flags
#define hv_magic_check S_hv_magic_check
@@ -3515,6 +3516,7 @@
#ifdef PERL_CORE
#define hsplit(a) S_hsplit(aTHX_ a)
#define hfreeentries(a) S_hfreeentries(aTHX_ a)
+#define anonymise_cv(a,b) S_anonymise_cv(aTHX_ a,b)
#define new_he() S_new_he(aTHX)
#define save_hek_flags S_save_hek_flags
#define hv_magic_check S_hv_magic_check