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 /proto.h | |
parent | f1c32fec87699aee2eeb638f44135f21217d2127 (diff) | |
download | perl-4fec321675757b1adbfc9b8317737404d211664f.tar.gz |
Regenerate headers and fix compilation with threads after last commit
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4254,6 +4254,11 @@ STATIC void S_hfreeentries(pTHX_ HV *hv) #define PERL_ARGS_ASSERT_HFREEENTRIES \ assert(hv) +STATIC I32 S_anonymise_cv(pTHX_ const char *stash, SV *val) + __attribute__nonnull__(pTHX_2); +#define PERL_ARGS_ASSERT_ANONYMISE_CV \ + assert(val) + STATIC HE* S_new_he(pTHX) __attribute__malloc__ __attribute__warn_unused_result__; |