chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1e99dff
)
src/optparse.lisp: Indent a line correctly.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 15 May 2018 09:45:35 +0000
(10:45 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:40 +0000
(19:58 +0100)
src/optparse.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/optparse.lisp
b/src/optparse.lisp
index fff0e8888da95f6aae841c0fc6d42410fbcc57f1..22345951af7fe1d56410174cdbd80cd3702fa722 100644
(file)
--- a/
src/optparse.lisp
+++ b/
src/optparse.lisp
@@
-85,7
+85,7
@@
(defun set-command-line-arguments ()
collect (ext:argv i))))
(error "Unsupported Lisp."))))))
collect (ext:argv i))))
(error "Unsupported Lisp."))))))
-
*program-name* (pathname-name (car *command-line*))))
+ *program-name* (pathname-name (car *command-line*))))
;;;--------------------------------------------------------------------------
;;; Fancy conditionals.
;;;--------------------------------------------------------------------------
;;; Fancy conditionals.