Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
775ce5ff
Commit
775ce5ff
authored
Mar 17, 2010
by
Francois-Rene Rideau
Browse files
Fix fasl path for Allegro.
parent
f1f3f537
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/script-support.lisp
View file @
775ce5ff
...
...
@@ -11,7 +11,10 @@
(
defvar
*asdf-fasl*
(
compile-file-pathname
(
let
((
impl
(
string-downcase
(
or
#+
allegro
(
format
nil
"~Alisp"
excl:*current-case-mode*
)
(
or
#+
allegro
(
ecase
excl:*current-case-mode*
(
:case-sensitive-lower
:mlisp
)
(
:case-sensitive-upper
:alisp
))
#+
armedbear
:abcl
#+
clisp
:clisp
#+
clozure
:ccl
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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