summaryrefslogtreecommitdiff
path: root/util.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 14:04:34 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-18 14:04:34 +0200
commiteb4cebd18d1fc9c94773ae46cf1377093955f802 (patch)
tree95b80e367ce54086500f59cc02d865f824836ccc /util.lisp
parent315e73730a0d1e3e00d8c567866465be8914ab03 (diff)
Define T and NIL as global variables.
Diffstat (limited to 'util.lisp')
-rw-r--r--util.lisp3
1 files changed, 3 insertions, 0 deletions
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)))