From 8b850bd54aa90bd3cc2546352bef5140216ffbb6 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 17 Feb 2007 12:39:17 +0000 Subject: Split the storage of the layers specificied by open.pm into one hint for input, and one for output, as this better reflects how they are used. The original "concatenate with \0" plan was really only a compramise to avoid needing to increase every COP by 2 pointers. p4raw-id: //depot/perl@30334 --- proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index ae03e11dcf..cd7bfe3d56 100644 --- a/proto.h +++ b/proto.h @@ -4602,6 +4602,11 @@ PERL_CALLCONV int Perl_signbit(NV f) #endif +PERL_CALLCONV void Perl_emulate_cop_io(pTHX_ const COP *const c, SV *const sv) + __attribute__nonnull__(pTHX_1) + __attribute__nonnull__(pTHX_2); + + END_EXTERN_C /* * ex: set ts=8 sts=4 sw=4 noet: -- cgit v1.2.1