From abd832ea8110988b15191c0ed79456737e86ce44 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 15 Aug 2008 23:24:58 +0200 Subject: init.lisp: Add basic compiler tests. --- init.lisp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.lisp b/init.lisp index 71a4211..6799826 100644 --- a/init.lisp +++ b/init.lisp @@ -18,6 +18,10 @@ (in-package #:common-lisp) +(%fset 'test (compile '(sys::%lambda args))) +(ns-log (test)) +(%fset 'test (compile '(sys::%lambda args args))) + (load "util.lisp") (load "defun-0.lisp") (load "list-functions.lisp") -- cgit v1.2.3