make, swift3: fix parsing empty literal sequences.
[jackhill/mal.git] / common-lisp / step1_read_print.asd
index c3719f1..814538c 100644 (file)
@@ -5,11 +5,13 @@
     (load quicklisp-init)))
 
 (ql:quickload :uiop :silent t)
-(ql:quickload :cl-readline :silent t)
 (ql:quickload :cl-ppcre :silent t)
 (ql:quickload :genhash :silent t)
 (ql:quickload :alexandria :silent t)
 
+#-mkcl (ql:quickload :cl-readline :silent t)
+#+mkcl (load "fake-readline.lisp")
+
 (defpackage #:mal-asd
   (:use :cl :asdf))