chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
src/c-types-impl.lisp: Reorder `merge-keyword-lists' input lists.
[sod]
/
src
/
optparse.lisp
diff --git
a/src/optparse.lisp
b/src/optparse.lisp
index 16b5b7be78933ae0777ea707ce06e5ae8d2ff86f..6460c54ae0b27cc777796ee127a71fc797a52e19 100644
(file)
--- a/
src/optparse.lisp
+++ b/
src/optparse.lisp
@@
-83,7
+83,7
@@
(defun set-command-line-arguments ()
#+ecl (loop for i from 1
below (ext:argc)
collect (ext:argv i))))
- (error "Unsupported Lisp
.
"))))))
+ (error "Unsupported Lisp"))))))
*program-name* (pathname-name (car *command-line*))))