diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2002-08-13 15:42:15 +0100 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-17 00:10:24 +0000 |
commit | 3f46c5a680add71a59e98e23e39ddf15f24fffcb (patch) | |
tree | a168c8f43883393d5e0eff3da74482fbc0e72e81 /proto.h | |
parent | 235e0aa97fa9bda47f8d0fcc847e7f323b19eba1 (diff) | |
download | perl-3f46c5a680add71a59e98e23e39ddf15f24fffcb.tar.gz |
Re: deb.c compile time error (patchlevel 17721)
Message-ID: <20020813144215.G11939@fdgroup.com>
p4raw-id: //depot/perl@17723
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1390,7 +1390,7 @@ PERL_CALLCONV PerlIO * Perl_PerlIO_stderr(pTHX); PERL_CALLCONV void Perl_deb_stack_all(pTHX); #ifdef PERL_IN_DEB_C -STATIC void S_deb_stack_n(pTHX_ SV** stack_base, I32 stack_min, I32 stack_max, I32 mark_min, I32 mark_max); +STATIC void S_deb_stack_n(pTHX_ SV** stack_base, I32 stack_min, I32 stack_max, I32 mark_min, I32 mark_max); #endif |