summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSADAHIRO Tomoyuki <BQW10602@nifty.com>2006-04-02 21:32:53 +0900
committerNicholas Clark <nick@ccl4.org>2006-04-02 16:51:53 +0000
commitb46c265e1c7be806909b175542caf783131695f4 (patch)
treeedef458629f7e4e75faadf2936fca7d02546cb67 /embed.fnc
parent5d9a96ca2d500987d60740e4430baf1602f410c1 (diff)
downloadperl-b46c265e1c7be806909b175542caf783131695f4.tar.gz
Re: recent changes have some unmatching of parameters and types
Message-Id: <20060402122547.0037.BQW10602@nifty.com> Date: Sun, 02 Apr 2006 12:32:53 +0900 p4raw-id: //depot/perl@27680
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index d3cb75df34..6d460989a7 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -314,7 +314,7 @@ dpoM |HV * |refcounted_he_chain_2hv|NULLOK const struct refcounted_he *c
dpoM |void |refcounted_he_free|NULLOK struct refcounted_he *he
dpoM |struct refcounted_he *|refcounted_he_new \
|NULLOK struct refcounted_he *const parent \
- |NULLOK SV *key|NULLOK SV *value
+ |NULLOK SV *const key|NULLOK SV *const value
Apd |SV** |hv_store |NULLOK HV* tb|NULLOK const char* key|I32 klen|NULLOK SV* val \
|U32 hash
Apd |HE* |hv_store_ent |NULLOK HV* tb|NULLOK SV* key|NULLOK SV* val|U32 hash