diff options
author | SADAHIRO Tomoyuki <BQW10602@nifty.com> | 2006-04-02 21:32:53 +0900 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-02 16:51:53 +0000 |
commit | b46c265e1c7be806909b175542caf783131695f4 (patch) | |
tree | edef458629f7e4e75faadf2936fca7d02546cb67 /embed.fnc | |
parent | 5d9a96ca2d500987d60740e4430baf1602f410c1 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |