projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d271921
)
[win32] remove strupr() from perl.c
Gurusamy Sarathy [Wed, 20 May 1998 15:02:21 +0000 (15:02 +0000)]
p4raw-id: //depot/win32/perl@1021
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
e02786e
..
fe00dcf
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-2429,7
+2429,7
@@
init_postdump_symbols(register int argc, register char **argv, register char **e
if (!(s = strchr(*env,'=')))
continue;
*s++ = '\0';
-#if defined(WIN32) || defined(MSDOS)
+#if defined(MSDOS)
(void)strupr(*env);
#endif
sv = newSVpv(s--,0);