common-lisp.net
/
projects/qitab/inferior-shell.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e9f670d
)
Fix asdf package issue.
author
Francois-Rene Rideau
<tunes@google.com>
Thu, 11 Oct 2012 13:51:48 +0000 (09:51 -0400)
committer
Francois-Rene Rideau
<tunes@google.com>
Thu, 11 Oct 2012 13:51:48 +0000 (09:51 -0400)
utilities.lisp
patch
|
blob
|
blame
|
history
diff --git
a/utilities.lisp
b/utilities.lisp
index
54cd7f4
..
e08c409
100644
(file)
--- a/
utilities.lisp
+++ b/
utilities.lisp
@@
-23,7
+23,7
@@
,@(cdr transformers))))
(defun split-lines (x)
- (asdf:split-string x :separator #(#\newline)))
+ (split-string x :separator #(#\newline)))
(defun split-lines* (x)
(remove-if #'emptyp (split-lines x)))