common-lisp.net
/
projects/qitab/command-line-arguments.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
f578946
)
Don't require cl-launch through asdf anymore.
author
Francois-Rene Rideau
<fare@tunes.org>
Wed, 8 Jul 2009 19:06:15 +0000 (15:06 -0400)
committer
Francois-Rene Rideau
<fare@tunes.org>
Wed, 8 Jul 2009 19:06:15 +0000 (15:06 -0400)
get-command-line-arguments.lisp
patch
|
blob
|
blame
|
history
diff --git
a/get-command-line-arguments.lisp
b/get-command-line-arguments.lisp
index
4f253ad
..
52c4b87
100644
(file)
--- a/
get-command-line-arguments.lisp
+++ b/
get-command-line-arguments.lisp
@@
-8,7
+8,7
@@
;;; ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-#+xcvb (module (:depends-on ((:asdf "cl-launch") "pkgdcl")))
+#+xcvb (module (:depends-on ("cl-launch" "pkgdcl")))
(in-package :command-line-arguments)