Skip to content
Snippets Groups Projects
Commit 36abadaa authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

UIOP: use exported symbol ccl:*command-line-argument-list* instead of ccl::command-line-arguments.

parent 9f7d72ba
No related branches found
No related tags found
No related merge requests found
......@@ -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-arguments)
#+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*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment