From eb4cebd18d1fc9c94773ae46cf1377093955f802 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 18 Aug 2008 14:04:34 +0200 Subject: Define T and NIL as global variables. --- util.lisp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util.lisp') diff --git a/util.lisp b/util.lisp index ede7eeb..b9601e4 100644 --- a/util.lisp +++ b/util.lisp @@ -22,6 +22,9 @@ otherwise unless when eq boundp)) +(setq t 't) +(setq nil ()) + (%macroset '%defmacro (%lambda args (let ((form (car args))) -- cgit v1.2.3