projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a667ff7
)
fix for switchC.t test#6 failure on windows
Gurusamy Sarathy [Fri, 14 Mar 2003 04:41:25 +0000 (
04:41
+0000)]
p4raw-id: //depot/perl@18968
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
19289ec
..
b5ed17a
100644
(file)
--- 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