This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed the ifdefs for INCOMPLETE_TAINTS
[perl5.git]
/
win32
/
wince.c
diff --git
a/win32/wince.c
b/win32/wince.c
index
a1e810d
..
15d80f9
100644
(file)
--- a/
win32/wince.c
+++ b/
win32/wince.c
@@
-2449,9
+2449,7
@@
XS(w32_GetCwd)
EXTEND(SP,1);
SvPOK_on(sv);
ST(0) = sv;
-#ifndef INCOMPLETE_TAINTS
SvTAINTED_on(ST(0));
-#endif
XSRETURN(1);
}