This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Quieten some noise in Win32 builds:
authorNick Ing-Simmons <nik@tiuk.ti.com>
Mon, 4 Dec 2000 00:24:33 +0000 (00:24 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Mon, 4 Dec 2000 00:24:33 +0000 (00:24 +0000)
commitb4748376b6239962bd75b743e5a7b14788a2970c
tree907a40434ab371b6576e819e50959e6322d63845
parentadb71456d0ff53391c88789f315f1e66b14373d5
Quieten some noise in Win32 builds:
 - win32.h is included after <sys/socket.h>, so need to
   set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
 - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.

p4raw-id: //depot/perlio@7971
doio.c
perl.h
toke.c
win32/win32.h