summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-07-02 13:07:26 +0000
committerNicholas Clark <nick@ccl4.org>2005-07-02 13:07:26 +0000
commit77354fb48907e3618a62531aa2e90772ef4375d9 (patch)
treee0d266e831c4ff7e4dd2ce0c7429e0e44744e193 /proto.h
parent9320a0378277d341c9c126313f5ba5a16b26450d (diff)
downloadperl-77354fb48907e3618a62531aa2e90772ef4375d9.tar.gz
Don't inline offer_nice_chunk, as it's rarely called.
p4raw-id: //depot/perl@25047
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index a75cb74d74..2fa6e91135 100644
--- a/proto.h
+++ b/proto.h
@@ -2997,6 +2997,10 @@ PERL_CALLCONV GV* Perl_gv_SVadd(pTHX_ GV* gv)
#endif
+PERL_CALLCONV void Perl_offer_nice_chunk(pTHX_ void *chunk, U32 chunk_size)
+ __attribute__nonnull__(pTHX_1);
+
+
END_EXTERN_C
/*
* ex: set ts=8 sts=4 sw=4 noet: