summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-10-28 18:29:36 +0000
committerNicholas Clark <nick@ccl4.org>2008-10-28 18:29:36 +0000
commit0c289d1353d1d6a489307ffba4ca3a6f96e97809 (patch)
tree6ba2f17b39fe54ccaea4864b8022aa1433ec99e3 /proto.h
parentf47f16450cc0b7d92fc1f3d3d728aa1b96868710 (diff)
downloadperl-0c289d1353d1d6a489307ffba4ca3a6f96e97809.tar.gz
Perl_hv_placeholders_get() actually takes a const HV *hv.
p4raw-id: //depot/perl@34618
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 0d7d9a4243..5f2600d033 100644
--- a/proto.h
+++ b/proto.h
@@ -6189,7 +6189,7 @@ PERL_CALLCONV I32* Perl_hv_placeholders_p(pTHX_ HV *hv)
#define PERL_ARGS_ASSERT_HV_PLACEHOLDERS_P \
assert(hv)
-PERL_CALLCONV I32 Perl_hv_placeholders_get(pTHX_ HV *hv)
+PERL_CALLCONV I32 Perl_hv_placeholders_get(pTHX_ const HV *hv)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);
#define PERL_ARGS_ASSERT_HV_PLACEHOLDERS_GET \