X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Futils.lisp;h=aa097af5d58db05249508f27297fd064d061eb99;hb=9ac72cd37b852d9e415ea3aa66bc5cd2501edcc2;hp=76b396d567355e9527220c8885ae4f5225a0c38c;hpb=07da35c5e99ed9604540d76455330c1e8734b411;p=jscl.git diff --git a/src/utils.lisp b/src/utils.lisp index 76b396d..aa097af 100644 --- a/src/utils.lisp +++ b/src/utils.lisp @@ -23,7 +23,7 @@ `(setq ,variable (concat ,variable (progn ,@form)))) ;;; This couple of helper functions will be defined in both Common -;;; Lisp and in Ecmalisp. +;;; Lisp and in JSCL (defun ensure-list (x) (if (listp x) x