Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
c92dd5d4
Commit
c92dd5d4
authored
Oct 12, 2013
by
Francois-Rene Rideau
Browse files
Don't try .lnk on Windows for logical pathnames. Avoids failure on SBCL.
parent
c43d8e90
Changes
1
Hide whitespace changes
Inline
Side-by-side
find-system.lisp
View file @
c92dd5d4
...
...
@@ -168,7 +168,7 @@ Going forward, we recommend new users should be using the source-registry.
:truename
truename
))
(
return
file
))
#-
(
or
clisp
genera
)
; clisp doesn't need it, plain genera doesn't have read-sequence(!)
(
when
(
os-windows-p
)
(
when
(
and
(
os-windows-p
)
(
physical-pathname-p
defaults
))
(
let
((
shortcut
(
make-pathname
:defaults
defaults
:case
:local
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment