projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18de399
)
New procedures HARD-LINK-FILE and SOFT-LINK-FILE.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 2 Jun 2001 15:33:04 +0000
(15:33 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 2 Jun 2001 15:33:04 +0000
(15:33 +0000)
v7/src/runtime/sfile.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/sfile.scm
b/v7/src/runtime/sfile.scm
index 5064c3bac414fc0b6aff35652de7ecbf858f1586..11cc1f3c55417f4e51f2860f8df8298019e411df 100644
(file)
--- a/
v7/src/runtime/sfile.scm
+++ b/
v7/src/runtime/sfile.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: sfile.scm,v 14.2
7 2001/06/02 15:30:43
cph Exp $
+$Id: sfile.scm,v 14.2
8 2001/06/02 15:33:04
cph Exp $
Copyright (c) 1988-2001 Massachusetts Institute of Technology
@@
-123,7
+123,7
@@
USA.
(define (soft-link-file from to)
((ucode-primitive file-link-soft 2) (->namestring (merge-pathnames from))
-
(->namestring (merge-pathnames to))
))
+
to
))
(define (delete-file-no-errors filename)
(call-with-current-continuation