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
36abadaa
Commit
36abadaa
authored
Aug 29, 2014
by
Francois-Rene Rideau
Browse files
UIOP: use exported symbol ccl:*command-line-argument-list* instead of ccl::command-line-arguments.
parent
9f7d72ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/image.lisp
View file @
36abadaa
...
...
@@ -227,7 +227,7 @@ depending on whether *LISP-INTERACTION* is set, enter debugger or die"
#+
abcl
ext:*command-line-argument-list*
; Use 1.0.0 or later!
#+
allegro
(
sys:command-line-arguments
)
; default: :application t
#+
clisp
(
coerce
(
ext:argv
)
'list
)
#+
clozure
(
ccl:
:
command-line-argument
s
)
#+
clozure
ccl:
*
command-line-argument
-list*
#+
(
or
cmu
scl
)
extensions:*command-line-strings*
#+
ecl
(
loop
:for
i
:from
0
:below
(
si:argc
)
:collect
(
si:argv
i
))
#+
gcl
si:*command-args*
...
...
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