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 /proto.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 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4133,7 +4133,6 @@ STATIC SV* S_new_constant(pTHX_ const char *s, STRLEN len, const char *key, STRL __attribute__nonnull__(pTHX_5); STATIC int S_ao(pTHX_ int toketype); -STATIC const char* S_incl_perldb(pTHX); # if defined(PERL_CR_FILTER) STATIC I32 S_cr_textfilter(pTHX_ int idx, SV *sv, int maxlen); STATIC void S_strip_return(pTHX_ SV *sv) |