diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-14 14:58:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-14 14:58:21 +0000 |
commit | ddcf8bc1d288a9d34b94e354ef9f98b84591150c (patch) | |
tree | bca1a1dd61affb917b99a2afd6809442441e4458 /proto.h | |
parent | 3679267a1146847531c6d6f9fc1a5988659ca0aa (diff) | |
download | perl-ddcf8bc1d288a9d34b94e354ef9f98b84591150c.tar.gz |
Fix [perl #31971] local $^D gives noise
p4raw-id: //depot/perl@23365
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1329,7 +1329,7 @@ STATIC void S_cv_dump(pTHX_ CV *cv, char *title); PERL_CALLCONV CV* Perl_find_runcv(pTHX_ U32 *db_seqp); PERL_CALLCONV void Perl_free_tied_hv_pool(pTHX); #if defined(DEBUGGING) -PERL_CALLCONV int Perl_get_debug_opts(pTHX_ char **s); +PERL_CALLCONV int Perl_get_debug_opts(pTHX_ char **s, bool givehelp); #endif PERL_CALLCONV void Perl_save_set_svflags(pTHX_ SV* sv, U32 mask, U32 val); PERL_CALLCONV void Perl_hv_assert(pTHX_ HV* tb); |