summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2010-09-18 17:02:07 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2010-09-18 17:02:07 +0100
commitce42d03d549aedff33424c67625ee77a38a290a4 (patch)
treecd6cff3d40b627e7cd4545b342bb1955806b97cb /proto.h
parent11316e54383879db619ecf78f4356410e4cbe4a7 (diff)
downloadperl-ce42d03d549aedff33424c67625ee77a38a290a4.tar.gz
Silence compiler warnings
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 4c7fb3d80c..6b1e25b711 100644
--- a/proto.h
+++ b/proto.h
@@ -6974,7 +6974,7 @@ PERL_CALLCONV const char * Perl_fetch_cop_label(pTHX_ COP *const cop, STRLEN *le
#define PERL_ARGS_ASSERT_FETCH_COP_LABEL \
assert(cop)
-PERL_CALLCONV void Perl_store_cop_label(pTHX_ COP *cop, const char *label, STRLEN len, U32 flags)
+PERL_CALLCONV void Perl_store_cop_label(pTHX_ COP *const cop, const char *label, STRLEN len, U32 flags)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);
#define PERL_ARGS_ASSERT_STORE_COP_LABEL \