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.h | |
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.h')
-rw-r--r-- | embed.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -942,8 +942,6 @@ #define sv_catpvf_mg Perl_sv_catpvf_mg #define sv_vcatpvf_mg Perl_sv_vcatpvf_mg #define sv_catpv_mg Perl_sv_catpv_mg -#define sv_catpvn_mg Perl_sv_catpvn_mg -#define sv_catsv_mg Perl_sv_catsv_mg #define sv_setpvf_mg Perl_sv_setpvf_mg #define sv_vsetpvf_mg Perl_sv_vsetpvf_mg #define sv_setiv_mg Perl_sv_setiv_mg @@ -2927,8 +2925,6 @@ #define runops_debug() Perl_runops_debug(aTHX) #define sv_vcatpvf_mg(a,b,c) Perl_sv_vcatpvf_mg(aTHX_ a,b,c) #define sv_catpv_mg(a,b) Perl_sv_catpv_mg(aTHX_ a,b) -#define sv_catpvn_mg(a,b,c) Perl_sv_catpvn_mg(aTHX_ a,b,c) -#define sv_catsv_mg(a,b) Perl_sv_catsv_mg(aTHX_ a,b) #define sv_vsetpvf_mg(a,b,c) Perl_sv_vsetpvf_mg(aTHX_ a,b,c) #define sv_setiv_mg(a,b) Perl_sv_setiv_mg(aTHX_ a,b) #define sv_setpviv_mg(a,b) Perl_sv_setpviv_mg(aTHX_ a,b) |