diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-07-02 13:07:26 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-07-02 13:07:26 +0000 |
commit | 77354fb48907e3618a62531aa2e90772ef4375d9 (patch) | |
tree | e0d266e831c4ff7e4dd2ce0c7429e0e44744e193 /proto.h | |
parent | 9320a0378277d341c9c126313f5ba5a16b26450d (diff) | |
download | perl-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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: |