diff options
author | Nicholas Clark <nick@ccl4.org> | 2007-10-18 18:59:59 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2007-10-18 18:59:59 +0000 |
commit | 5ab7ff9835a1d1b96af849579ce604bb74101206 (patch) | |
tree | 29c1119e0f8393dad9eccbde956162ca051469d4 /embed.h | |
parent | 120f7abe0541f57e1b9cad739dd69b63bb352093 (diff) | |
download | perl-5ab7ff9835a1d1b96af849579ce604bb74101206.tar.gz |
Inline and eliminate S_incl_perldb(), as it's only called on one place.
This also makes the logic in the call site simpler and more efficient.
p4raw-id: //depot/perl@32138
Diffstat (limited to 'embed.h')
-rw-r--r-- | embed.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1536,7 +1536,6 @@ #endif #ifdef PERL_CORE #define ao S_ao -#define incl_perldb S_incl_perldb #endif # if defined(PERL_CR_FILTER) #ifdef PERL_CORE @@ -3823,7 +3822,6 @@ #define find_in_my_stash(a,b) S_find_in_my_stash(aTHX_ a,b) #define tokenize_use(a,b) S_tokenize_use(aTHX_ a,b) #define ao(a) S_ao(aTHX_ a) -#define incl_perldb() S_incl_perldb(aTHX) #endif # if defined(PERL_CR_FILTER) #ifdef PERL_CORE |