Cygwin to compile again.
p4raw-id: //depot/perl@26671
Safefree(PL_inplace);
#if defined(__CYGWIN__) /* do backup extension automagically */
if (*(s+1) == '\0') {
- PL_inplace = savepvn(STR_WITH_LEN(".bak"));
+ PL_inplace = savepvs(".bak");
return s+1;
}
#endif /* __CYGWIN__ */