summaryrefslogtreecommitdiff
path: root/proto.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 /proto.h
parentf1c32fec87699aee2eeb638f44135f21217d2127 (diff)
downloadperl-4fec321675757b1adbfc9b8317737404d211664f.tar.gz
Regenerate headers and fix compilation with threads after last commit
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 285e05f8f7..ffa7c39fb1 100644
--- a/proto.h
+++ b/proto.h
@@ -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__;