diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-10-29 17:21:24 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-10-29 17:21:24 +0000 |
commit | b347df820803cfaa55e1ef645ee3797402b58e10 (patch) | |
tree | 9cca51376ba2cefb330211111675c48d1be14b82 /embed.fnc | |
parent | bddd5118bb8dac8628019bdb9373c01f5937db98 (diff) | |
download | perl-b347df820803cfaa55e1ef645ee3797402b58e10.tar.gz |
Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
mathoms.c
p4raw-id: //depot/perl@25885
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -902,8 +902,8 @@ Ap |int |runops_debug Afpd |void |sv_catpvf_mg |NN SV *sv|NN const char* pat|... Apd |void |sv_vcatpvf_mg |NN SV* sv|NN const char* pat|NULLOK va_list* args Apd |void |sv_catpv_mg |NN SV *sv|NN const char *ptr -Apd |void |sv_catpvn_mg |NN SV *sv|NN const char *ptr|STRLEN len -Apd |void |sv_catsv_mg |NN SV *dstr|NULLOK SV *sstr +Apdbm |void |sv_catpvn_mg |NN SV *sv|NN const char *ptr|STRLEN len +Apdbm |void |sv_catsv_mg |NN SV *dstr|NULLOK SV *sstr Afpd |void |sv_setpvf_mg |NN SV *sv|NN const char* pat|... Apd |void |sv_vsetpvf_mg |NN SV* sv|NN const char* pat|NULLOK va_list* args Apd |void |sv_setiv_mg |NN SV *sv|IV i |