diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-05-03 07:25:13 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-05-03 07:25:13 +0000 |
commit | 2cbbe5a150b07f176547702112505e3d30ea082f (patch) | |
tree | 8627d6764220c9bfe35221e78ce2dab3e5fe4b7b /perlio.h | |
parent | 079b94bc698b0934beaf07d168872e7ff53ba831 (diff) | |
download | perl-2cbbe5a150b07f176547702112505e3d30ea082f.tar.gz |
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
Diffstat (limited to 'perlio.h')
-rw-r--r-- | perlio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ #if defined(PERL_IMPLICIT_SYS) #ifndef USE_PERLIO #ifndef NETWARE -# define USE_PERLIO +/* # define USE_PERLIO */ #endif #endif #endif |