diff options
author | Vincent Pit <perl@profvince.com> | 2009-01-02 10:26:57 +0100 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-07-25 23:26:07 +0200 |
commit | 7332a6c406299d5e73836d2410689bd7c3ae4782 (patch) | |
tree | f6c5820cde45692f30cbf3a914130460c8f87575 /embed.h | |
parent | 47cfc530daffd82ce559257488607278cf379aa8 (diff) | |
download | perl-7332a6c406299d5e73836d2410689bd7c3ae4782.tar.gz |
Introduce "delete local"
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |