summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-04-01 12:32:23 +0000
committerNicholas Clark <nick@ccl4.org>2006-04-01 12:32:23 +0000
commit9b2c10f1c598e1e6a0db9d0b301c9559b079b129 (patch)
tree44b2d5a8f6411c727c9f58cf54cd32b88b4e71e9 /embed.fnc
parentea29714e578a05a971320d0bfb31ab662847862a (diff)
downloadperl-9b2c10f1c598e1e6a0db9d0b301c9559b079b129.tar.gz
Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
p4raw-id: //depot/perl@27657
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index dfd3d5abab..1e3c562d10 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -310,7 +310,7 @@ dpoM|struct refcounted_he *|refcounted_he_dup \
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 *parent \
+ |NULLOK struct refcounted_he *const parent \
|NULLOK SV *key|NULLOK SV *value
Apd |SV** |hv_store |NULLOK HV* tb|NULLOK const char* key|I32 klen|NULLOK SV* val \
|U32 hash
@@ -1370,7 +1370,7 @@ sR |I32 |expect_number |NN char** pattern
s |STRLEN |sv_pos_u2b_forwards|NN const U8 *const start \
|NN const U8 *const send|STRLEN uoffset
s |STRLEN |sv_pos_u2b_midway|NN const U8 *const start \
- |NN const U8 *const send|STRLEN uoffset|STRLEN uend
+ |NN const U8 *send|STRLEN uoffset|STRLEN uend
s |STRLEN |sv_pos_u2b_cached|NN SV *sv|NN MAGIC **mgp \
|NN const U8 *const start|NN const U8 *const send \
|STRLEN uoffset|STRLEN uoffset0|STRLEN boffset0