summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-01-02 10:26:57 +0100
committerVincent Pit <perl@profvince.com>2009-07-25 23:26:07 +0200
commit7332a6c406299d5e73836d2410689bd7c3ae4782 (patch)
treef6c5820cde45692f30cbf3a914130460c8f87575 /embed.h
parent47cfc530daffd82ce559257488607278cf379aa8 (diff)
downloadperl-7332a6c406299d5e73836d2410689bd7c3ae4782.tar.gz
Introduce "delete local"
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index dd7f269eee..473b9decd6 100644
--- a/embed.h
+++ b/embed.h
@@ -1315,6 +1315,7 @@
#endif
#if defined(PERL_IN_PP_C) || defined(PERL_DECL_PROT)
#ifdef PERL_CORE
+#define do_delete_local S_do_delete_local
#define refto S_refto
#endif
#endif
@@ -3661,6 +3662,7 @@
#endif
#if defined(PERL_IN_PP_C) || defined(PERL_DECL_PROT)
#ifdef PERL_CORE
+#define do_delete_local() S_do_delete_local(aTHX)
#define refto(a) S_refto(aTHX_ a)
#endif
#endif