summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2005-07-02 15:05:04 +0000
committerDave Mitchell <davem@fdisolutions.com>2005-07-02 15:05:04 +0000
commitf54ba1c2cdf3a6915dd8a469c4387bc18df382fd (patch)
treed5b43e4d262d3f926149e0dfbbb5dcf95e87bf22 /proto.h
parent893645bdb81a69e140b170b7311baa678533efa5 (diff)
downloadperl-f54ba1c2cdf3a6915dd8a469c4387bc18df382fd.tar.gz
replace ckWARN macros with functions
p4raw-id: //depot/perl@25050
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 00e9c50d6b..fb8bc8a352 100644
--- a/proto.h
+++ b/proto.h
@@ -2995,6 +2995,8 @@ PERL_CALLCONV GV* Perl_gv_SVadd(pTHX_ GV* gv)
__attribute__nonnull__(pTHX_1);
#endif
+PERL_CALLCONV bool Perl_ckwarn(pTHX_ U32 w);
+PERL_CALLCONV bool Perl_ckwarn_d(pTHX_ U32 w);
PERL_CALLCONV void Perl_offer_nice_chunk(pTHX_ void *chunk, U32 chunk_size)
__attribute__nonnull__(pTHX_1);