From: Jarkko Hietaniemi Date: Mon, 4 Mar 2002 22:21:44 +0000 (+0000) Subject: Escapee. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=04a968318449373b4f6536a5c29f97f65fb51c2f;p=p5sagit%2Fp5-mst-13.2.git Escapee. p4raw-id: //depot/perl@15024 --- diff --git a/proto.h b/proto.h index 8c10729..87ca95f 100644 --- a/proto.h +++ b/proto.h @@ -201,6 +201,7 @@ PERL_CALLCONV I32 Perl_debstack(pTHX); PERL_CALLCONV I32 Perl_debstackptrs(pTHX); PERL_CALLCONV char* Perl_delimcpy(pTHX_ char* to, char* toend, char* from, char* fromend, int delim, I32* retlen); PERL_CALLCONV void Perl_deprecate(pTHX_ char* s); +PERL_CALLCONV void Perl_deprecate_old(pTHX_ char* s); PERL_CALLCONV OP* Perl_die(pTHX_ const char* pat, ...) #ifdef CHECK_FORMAT __attribute__((format(printf,pTHX_1,pTHX_2)))