Change 15024 by jhi@alpha on 2002/03/04 22:21:44
Escapee.
Affected files ...
.... //depot/perl/proto.h#384 edit
Differences ...
==== //depot/perl/proto.h#384 (text+w) ====
Index: perl/proto.h
--- perl/proto.h.~1~ Mon Mar 4 15:30:06 2002
+++ perl/proto.h Mon Mar 4 15:30:06 2002
@@ -201,6 +201,7 @@
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)))
End of Patch.