X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Flist.lisp;h=36adc0e9f4b647a870e951f7d4598a346dcc0d70;hb=030869df1e9829e0b284b96e585bdda7d45e0602;hp=9b5f9c12a7343fec5d990d3ad5d84fbc63d16485;hpb=39073a08c50017639af346069c4e9710bd40b93e;p=jscl.git diff --git a/src/list.lisp b/src/list.lisp index 9b5f9c1..36adc0e 100644 --- a/src/list.lisp +++ b/src/list.lisp @@ -13,6 +13,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with JSCL. If not, see . +(/debug "loading list.lisp!") + ;;;; Various list functions (defun cons (x y) (cons x y))