summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-04-13 11:27:52 +0100
committerNicholas Clark <nick@ccl4.org>2006-04-13 10:09:20 +0000
commit8ee4cf2435c265a68309f8b98520e063bbdc8e42 (patch)
tree4cccc083bc5bf66ad70fa6b597d427c4b54f36b4 /proto.h
parent32fc9b6af894c845c5b239287596b88571b3fcdf (diff)
downloadperl-8ee4cf2435c265a68309f8b98520e063bbdc8e42.tar.gz
Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
Message-ID: <443E1998.9090909@uk.radan.com> Date: Thu, 13 Apr 2006 10:27:52 +0100 p4raw-id: //depot/perl@27784
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/proto.h b/proto.h
index 71534818a0..2f5e23e7aa 100644
--- a/proto.h
+++ b/proto.h
@@ -4294,10 +4294,10 @@ PERL_CALLCONV GV* Perl_gv_SVadd(pTHX_ GV* gv)
#endif
PERL_CALLCONV bool Perl_ckwarn(pTHX_ U32 w);
PERL_CALLCONV bool Perl_ckwarn_d(pTHX_ U32 w);
-PERL_CALLCONV STRLEN * Perl_new_warnings_bitfield(STRLEN *buffer, const char *const bits, STRLEN size)
+PERL_CALLCONV STRLEN * Perl_new_warnings_bitfield(pTHX_ STRLEN *buffer, const char *const bits, STRLEN size)
__attribute__malloc__
__attribute__warn_unused_result__
- __attribute__nonnull__(2);
+ __attribute__nonnull__(pTHX_2);
PERL_CALLCONV void Perl_offer_nice_chunk(pTHX_ void *chunk, U32 chunk_size)