From 62933e138ce166f9b7901e8f783e4e17402d7aff Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 3 Feb 2008 10:41:03 +0100 Subject: Add system objective-cl-clozure-compat. darcs-hash:118ca7e4268f77f7b9b9ab10c17200cebdd00ba9 --- Lisp/data-types.lisp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Lisp/data-types.lisp') diff --git a/Lisp/data-types.lisp b/Lisp/data-types.lisp index a5ec1ba..a857800 100644 --- a/Lisp/data-types.lisp +++ b/Lisp/data-types.lisp @@ -95,7 +95,8 @@ The following calls are all equivalent: (apply #'invoke-by-name receiver selector args)))) -(defclass id (c-pointer-wrapper) () +(defclass id (c-pointer-wrapper) + () (:documentation "An instance of an Objective-C class. ## Description: @@ -138,9 +139,9 @@ a suitable class method instead as you would in Objective-C. (define-condition exception (error) - ((pointer :type c-pointer - :accessor pointer-to - :initarg :pointer)) + ((pointer :type c-pointer + :accessor pointer-to + :initarg :pointer)) (:report (lambda (condition stream) (format stream "The Objective-C runtime has issued an exception of ~ -- cgit v1.2.3