diff options
author | Charles Bailey <bailey@HMIVAX.HUMGEN.UPENN.EDU> | 1996-10-03 16:31:46 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-10-03 16:31:46 -0400 |
commit | edc7bc4959621ea7da76262c92da0b8af51b93fe (patch) | |
tree | 5e6adb4b4808b57c9bdfe8f14664cde532e884b4 /doio.c | |
parent | 1b1e75229901cec49c3000c9bcfcaa82c6e01a3d (diff) | |
download | perl-edc7bc4959621ea7da76262c92da0b8af51b93fe.tar.gz |
VMS patches to 5.003_05
Diffstat (limited to 'doio.c')
-rw-r--r-- | doio.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -432,12 +432,14 @@ register GV *gv; } else { #ifndef DOSISH +# ifndef VMS /* Don't delete; use automatic file versioning */ if (UNLINK(oldname) < 0) { warn("Can't rename %s to %s: %s, skipping file", oldname, SvPVX(sv), Strerror(errno) ); do_close(gv,FALSE); continue; } +# endif #else croak("Can't do inplace edit without backup"); #endif |