X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Flist.lisp;h=3726f7c45014461dea7338d968842a10c19cc973;hb=c296885ca974898925b89af066b1b14a6fca0f57;hp=ad0e7a68ca33789b15283623208722e87176d307;hpb=bdf672312657b00576cdd26367c2b0ef2a340b27;p=jscl.git diff --git a/src/list.lisp b/src/list.lisp index ad0e7a6..3726f7c 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))