summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-10-18 18:59:59 +0000
committerNicholas Clark <nick@ccl4.org>2007-10-18 18:59:59 +0000
commit5ab7ff9835a1d1b96af849579ce604bb74101206 (patch)
tree29c1119e0f8393dad9eccbde956162ca051469d4 /embed.h
parent120f7abe0541f57e1b9cad739dd69b63bb352093 (diff)
downloadperl-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.h b/embed.h
index a0fcb931b3..57f6185ea1 100644
--- a/embed.h
+++ b/embed.h
@@ -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