diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-21 13:44:08 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-21 13:44:08 +0200 |
commit | 4fec321675757b1adbfc9b8317737404d211664f (patch) | |
tree | fd6ff7b8101ed9049f43d31a85a3a7b977ae719f /embed.h | |
parent | f1c32fec87699aee2eeb638f44135f21217d2127 (diff) | |
download | perl-4fec321675757b1adbfc9b8317737404d211664f.tar.gz |
Regenerate headers and fix compilation with threads after last commit
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |