X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Futils.lisp;h=6ab351d1f21fc9a780a442638e685eb9ee727011;hb=9a76035e648e67afaa118107fe86deaa0d85527f;hp=d380e4c29b6b93c2b8ce6508c60c32f298462f49;hpb=852666e17ad12f114ab5bb05a9d5ff065f8d72ff;p=jscl.git diff --git a/src/utils.lisp b/src/utils.lisp index d380e4c..6ab351d 100644 --- a/src/utils.lisp +++ b/src/utils.lisp @@ -18,9 +18,6 @@ (/debug "loading utils.lisp!") -(defvar *newline* " -") - (defmacro concatf (variable &body form) `(setq ,variable (concat ,variable (progn ,@form))))