summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-29 17:21:24 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-29 17:21:24 +0000
commitb347df820803cfaa55e1ef645ee3797402b58e10 (patch)
tree9cca51376ba2cefb330211111675c48d1be14b82 /embed.h
parentbddd5118bb8dac8628019bdb9373c01f5937db98 (diff)
downloadperl-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/embed.h b/embed.h
index e41c68afbc..ac5c490881 100644
--- a/embed.h
+++ b/embed.h
@@ -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)