summaryrefslogtreecommitdiff
path: root/Lisp/data-types.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/data-types.lisp')
-rw-r--r--Lisp/data-types.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lisp/data-types.lisp b/Lisp/data-types.lisp
index 11ac9fe..cf175a1 100644
--- a/Lisp/data-types.lisp
+++ b/Lisp/data-types.lisp
@@ -182,7 +182,6 @@ an __exception__, you can simply send it the `self' message.
(list* 'struct '() name (mapcar #'type-info children))))
-
(defgeneric objcl-eql (obj1 obj2))
(defmethod objcl-eql ((obj1 c-pointer-wrapper) (obj2 c-pointer-wrapper))
(pointer-eq (pointer-to obj1) (pointer-to obj2)))