diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-06-07 19:45:13 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-06-07 19:45:13 +0000 |
commit | 245d4a47e185d4e38ca6440eb62ae19d5e411fd1 (patch) | |
tree | e239aa1ac71d0acac712e2a7d3a0d8bf91b1d696 /embed.fnc | |
parent | 5f1478c393a03bf1defcb0d2dec70e6a17a8c864 (diff) | |
download | perl-245d4a47e185d4e38ca6440eb62ae19d5e411fd1.tar.gz |
More consting of SvPV
p4raw-id: //depot/perl@24742
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1263,10 +1263,12 @@ sR |I32 |expect_number |NN char** pattern s |SV* |gv_share |SV *sv|CLONE_PARAMS *param # endif s |bool |utf8_mg_pos |NN SV *sv|NN MAGIC **mgp|NN STRLEN **cachep \ - |I32 i|NN I32 *offsetp|I32 uoff|NN U8 **sp \ - |NN U8 *start|NN U8 *send -s |bool |utf8_mg_pos_init |NN SV *sv|NN MAGIC **mgp|NN STRLEN **cachep \ - |I32 i|I32 offsetp|NN U8 *s|NN U8 *start + |I32 i|NN I32 *offsetp|I32 uoff \ + |NN const U8 **sp|NN const U8 *start \ + |NN const U8 *send +s |bool |utf8_mg_pos_init |NN SV *sv|NN MAGIC **mgp \ + |NN STRLEN **cachep|I32 i|I32 offsetp \ + |NN const U8 *s|NN const U8 *start #if defined(PERL_COPY_ON_WRITE) sM |void |sv_release_COW |SV *sv|const char *pvx|STRLEN cur|STRLEN len \ |U32 hash|SV *after |