cl-rw

Layered streams for Common Lisp
git clone https://logand.com/git/cl-rw.git/
Log | Files | Refs

commit 90dd929ab33e8365e4fe191cd6c50e424e3fd45d
parent 99a7238016fa1e73178c02ef2a1863b22b203dcf
Author: Tomas Hlavaty <tom@logand.com>
Date:   Thu, 29 Aug 2013 23:02:29 +0200

minor style change

Diffstat:
Mos.lisp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/os.lisp b/os.lisp @@ -31,7 +31,7 @@ (defun make-program (input output cmd args) #-(or ccl ecl sbcl cmu clisp) - (error "TODO port RW.OS:MAKE-PROGRAM") + (error "RW.OS:MAKE-PROGRAM not ported") #+ccl (let ((p (ccl:run-program cmd args