summaryrefslogtreecommitdiff
path: root/Lisp/data-types.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-02-03 10:41:03 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-02-03 10:41:03 +0100
commit62933e138ce166f9b7901e8f783e4e17402d7aff (patch)
tree3c8c4ec5d49f4ef8abe894d9e03e4d55c7656a60 /Lisp/data-types.lisp
parentd24eda3f5a8093cd5e3316453f170de659c75586 (diff)
Add system objective-cl-clozure-compat.
darcs-hash:118ca7e4268f77f7b9b9ab10c17200cebdd00ba9
Diffstat (limited to 'Lisp/data-types.lisp')
-rw-r--r--Lisp/data-types.lisp9
1 files changed, 5 insertions, 4 deletions
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 ~