summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-07-21 13:41:44 +0100
committerNicholas Clark <nick@ccl4.org>2010-07-21 13:41:44 +0100
commit5b235299a82969c391c126a8d9a1475362a595a6 (patch)
treed28ceb65a7917eb3270c3b5389b97a4709174e3d /proto.h
parent710891042a142a482afd4eed1f3b1feb27a9c504 (diff)
downloadperl-5b235299a82969c391c126a8d9a1475362a595a6.tar.gz
Add Perl_init_dbargs(), to set up @DB::args without losing SV references.
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 1fc11806e8..08cb30bd87 100644
--- a/proto.h
+++ b/proto.h
@@ -1164,6 +1164,7 @@ PERL_CALLCONV void Perl_init_argv_symbols(pTHX_ int argc, char **argv)
#define PERL_ARGS_ASSERT_INIT_ARGV_SYMBOLS \
assert(argv)
+PERL_CALLCONV void Perl_init_db_args(pTHX);
PERL_CALLCONV void Perl_init_debugger(pTHX);
PERL_CALLCONV void Perl_init_stacks(pTHX);
PERL_CALLCONV void Perl_init_tm(pTHX_ struct tm *ptm)