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:
077a0a9
)
Install kludge to handle \\foo\bar notation.
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 11 Jul 1995 22:31:03 +0000
(22:31 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 11 Jul 1995 22:31:03 +0000
(22:31 +0000)
v7/src/runtime/dospth.scm
patch
|
blob
|
history
diff --git
a/v7/src/runtime/dospth.scm
b/v7/src/runtime/dospth.scm
index 67563ea60e887e3b80c7c4d3baa2108180302e1d..c0572ad61e5946140b0cdf966f446f737d3becf0 100644
(file)
--- a/
v7/src/runtime/dospth.scm
+++ b/
v7/src/runtime/dospth.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: dospth.scm,v 1.2
6 1995/07/11 22:29:22
cph Exp $
+$Id: dospth.scm,v 1.2
7 1995/07/11 22:31:03
cph Exp $
Copyright (c) 1992-95 Massachusetts Institute of Technology
@@
-274,7
+274,7
@@
MIT in each case. |#
(eq? (car directory) 'ABSOLUTE)
(pair? (cdr directory))
(string? (cadr directory))
- (string-null?
?
(cadr directory))))
+ (string-null? (cadr directory))))
\f
(define (dos/pathname-as-directory pathname)
(let ((name (%pathname-name pathname))