X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Futils.lisp;h=5cb702c6f385d79d8f045ecc1409f981b90ad943;hb=c1243ebc6aaa93fe370ddedbe4bbe1642f0b13e9;hp=76b396d567355e9527220c8885ae4f5225a0c38c;hpb=07da35c5e99ed9604540d76455330c1e8734b411;p=jscl.git diff --git a/src/utils.lisp b/src/utils.lisp index 76b396d..5cb702c 100644 --- a/src/utils.lisp +++ b/src/utils.lisp @@ -16,6 +16,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with JSCL. If not, see . +(/debug "loading utils.lisp!") + (defvar *newline* " ") @@ -23,7 +25,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