From e33a7cecfa52959cf4f88132dc01f28fc0eb900c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 24 Dec 2016 07:21:16 +0100 Subject: cl-support: Add definitions for CLISP. --- cl-support/cl-types.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cl-support/cl-types.lisp') diff --git a/cl-support/cl-types.lisp b/cl-support/cl-types.lisp index 6fb625e..1cb10f1 100644 --- a/cl-support/cl-types.lisp +++ b/cl-support/cl-types.lisp @@ -11,11 +11,11 @@ #+lucid (define-mumble-type mumble::procedure () 'system::procedure) -#+(or cmu akcl allegro mcl lispworks) +#+(or cmu akcl allegro mcl lispworks clisp) (define-mumble-type mumble::procedure () 'function) #+wcl (define-mumble-type mumble::procedure () 'lisp:procedure) -#-(or lucid cmu akcl allegro mcl lispworks wcl) +#-(or lucid cmu akcl allegro mcl lispworks wcl clisp) (missing-mumble-definition procedure) (define-mumble-type mumble::pair () 'cons) -- cgit v1.2.3