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

Fix asdf package issue.

parent e9f670d4
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
......
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