summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-17 00:31:19 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-17 00:31:19 +0000
commitc0e79ee675a176431bd9b70e680da3356d8e2dbd (patch)
tree8860fcbd2f7cb59affad6d4a31175a5abf00d051 /embed.h
parent1c0ca838512883f7a705e306f80a7c0a95277a87 (diff)
downloadperl-c0e79ee675a176431bd9b70e680da3356d8e2dbd.tar.gz
add missing bincompat5005 #defines
p4raw-id: //depot/perl@5765
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 2725f8b731..770bbbed03 100644
--- a/embed.h
+++ b/embed.h
@@ -9,6 +9,9 @@
/* provide binary compatible (but inconsistent) names */
#if defined(PERL_BINCOMPAT_5005)
+# define Perl_call_atexit perl_atexit
+# define Perl_eval_sv perl_eval_sv
+# define Perl_eval_pv perl_eval_pv
# define Perl_call_argv perl_call_argv
# define Perl_call_method perl_call_method
# define Perl_call_pv perl_call_pv