summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-10-14 14:58:21 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-10-14 14:58:21 +0000
commitddcf8bc1d288a9d34b94e354ef9f98b84591150c (patch)
treebca1a1dd61affb917b99a2afd6809442441e4458 /proto.h
parent3679267a1146847531c6d6f9fc1a5988659ca0aa (diff)
downloadperl-ddcf8bc1d288a9d34b94e354ef9f98b84591150c.tar.gz
Fix [perl #31971] local $^D gives noise
p4raw-id: //depot/perl@23365
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index c118c0f070..bd14810c02 100644
--- a/proto.h
+++ b/proto.h
@@ -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);