From 2cbbe5a150b07f176547702112505e3d30ea082f Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Fri, 3 May 2002 07:25:13 +0000 Subject: Several of non-default builds now seem to work reasonably well English.t seems to fail on an errno test, and socketpair blathers about something. Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the back door, and instead have perlsdio.h vector stdio via iperlsys.h function tables (latter was done in earlier change). Update comments in Makefile.mk p4raw-id: //depot/perlio@16367 --- perlio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perlio.h') diff --git a/perlio.h b/perlio.h index 3105b58797..172a8061e0 100644 --- a/perlio.h +++ b/perlio.h @@ -40,7 +40,7 @@ #if defined(PERL_IMPLICIT_SYS) #ifndef USE_PERLIO #ifndef NETWARE -# define USE_PERLIO +/* # define USE_PERLIO */ #endif #endif #endif -- cgit v1.2.1