From: Gurusamy Sarathy Date: Fri, 14 Mar 2003 04:41:25 +0000 (+0000) Subject: fix for switchC.t test#6 failure on windows X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e2853fe1c68dd9e8ea96e473981ea62e23eb7c4;p=p5sagit%2Fp5-mst-13.2.git fix for switchC.t test#6 failure on windows p4raw-id: //depot/perl@18968 --- diff --git a/perl.c b/perl.c index 19289ec..b5ed17a 100644 --- a/perl.c +++ b/perl.c @@ -997,10 +997,6 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit) reswitch: switch (*s) { case 'C': -#ifdef WIN32 - win32_argv2utf8(argc-1, argv+1); - /* FALL THROUGH */ -#endif #ifndef PERL_STRICT_CR case '\r': #endif