diff options
author | Steve Grazzini <grazz@pobox.com> | 2003-06-18 15:42:37 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-19 14:08:13 +0000 |
commit | 7ff032551aa263179d4cb6df3dd91502d713e6ba (patch) | |
tree | 7dd25bf874fe4d2842d7e56fa2b9da375cf60df3 /proto.h | |
parent | ca9279baf07d6843f58a31f1ce3ff7dc875faf1a (diff) | |
download | perl-7ff032551aa263179d4cb6df3dd91502d713e6ba.tar.gz |
Re: [perl #17934] tied STDERR and internal warnings
Message-ID: <20030618234237.GA6267@grazzini.net>
p4raw-id: //depot/perl@19819
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -806,6 +806,7 @@ PERL_CALLCONV void Perl_warner(pTHX_ U32 err, const char* pat, ...) PERL_CALLCONV void Perl_vwarner(pTHX_ U32 err, const char* pat, va_list* args); PERL_CALLCONV void Perl_watch(pTHX_ char** addr); PERL_CALLCONV I32 Perl_whichsig(pTHX_ char* sig); +PERL_CALLCONV void Perl_write_to_stderr(pTHX_ const char* message, int msglen); PERL_CALLCONV int Perl_yyerror(pTHX_ char* s); #ifdef USE_PURE_BISON PERL_CALLCONV int Perl_yylex_r(pTHX_ YYSTYPE *lvalp, int *lcharp); |