From 0544272da832227ad04ae1a48c478a166e81077d Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 23 Sep 2007 03:23:01 +0200 Subject: Make memory management a lot saner. darcs-hash:274be9f0ed5fa33e5e883d7b3df57f00c567e777 --- Lisp/data-types.lisp | 1 - 1 file changed, 1 deletion(-) (limited to 'Lisp/data-types.lisp') 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))) -- cgit v1.2.3