From 1498179f79391ee8863ac2b9fcb6c3299417684e Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 18 Sep 2007 17:02:13 +0200 Subject: Make +NIL+ a runtime-only constant. darcs-hash:ea2b9fa98340a19c90f9e85f4e75cae52b6edd77 --- Lisp/method-invocation.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lisp/method-invocation.lisp b/Lisp/method-invocation.lisp index 6176553..9f9e056 100644 --- a/Lisp/method-invocation.lisp +++ b/Lisp/method-invocation.lisp @@ -1,7 +1,7 @@ (in-package #:mulk.objective-cl) -(eval-when (:compile-toplevel :load-toplevel :execute) +(eval-when (:execute) (unless (boundp '+nil+) (defconstant +nil+ (make-instance 'id :pointer (objcl-get-nil))))) -- cgit v1.2.3