diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-07-21 13:41:44 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-07-21 13:41:44 +0100 |
commit | 5b235299a82969c391c126a8d9a1475362a595a6 (patch) | |
tree | d28ceb65a7917eb3270c3b5389b97a4709174e3d /proto.h | |
parent | 710891042a142a482afd4eed1f3b1feb27a9c504 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |