diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-04 22:21:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-04 22:21:44 +0000 |
commit | 04a968318449373b4f6536a5c29f97f65fb51c2f (patch) | |
tree | da14f2909c07abd6d2997106af2edaf52be983e3 /proto.h | |
parent | 1cb0fb506639f41107792256805556ee04e5463a (diff) | |
download | perl-04a968318449373b4f6536a5c29f97f65fb51c2f.tar.gz |
Escapee.
p4raw-id: //depot/perl@15024
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))) |