diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 1999-07-13 01:44:28 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-17 20:21:01 +0000 |
commit | 1ee4443ef86044197a528722ecac29fb7559656a (patch) | |
tree | a0c5ec40abe24d5d632fccab04fd1b0a7d34cfdb /proto.h | |
parent | b2b3595de3a1c68d7a37fd1fb8f32b7e953595b7 (diff) | |
download | perl-1ee4443ef86044197a528722ecac29fb7559656a.tar.gz |
Segfaults if $^P
Message-Id: <199907130944.FAA04473@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@3683
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,6 +198,7 @@ VIRTUAL void Perl_hv_undef(pTHX_ HV* tb); VIRTUAL I32 Perl_ibcmp(pTHX_ const char* a, const char* b, I32 len); VIRTUAL I32 Perl_ibcmp_locale(pTHX_ const char* a, const char* b, I32 len); VIRTUAL I32 Perl_ingroup(pTHX_ I32 testgid, I32 effective); +VIRTUAL void Perl_init_debugger(pTHX); VIRTUAL void Perl_init_stacks(pTHX); VIRTUAL U32 Perl_intro_my(pTHX); VIRTUAL char* Perl_instr(pTHX_ const char* big, const char* little); @@ -791,7 +792,6 @@ STATIC void S_forbid_setid(pTHX_ char *); STATIC void S_incpush(pTHX_ char *, int); STATIC void S_init_interp(pTHX); STATIC void S_init_ids(pTHX); -STATIC void S_init_debugger(pTHX); STATIC void S_init_lexer(pTHX); STATIC void S_init_main_stash(pTHX); STATIC void S_init_perllib(pTHX); |