summaryrefslogtreecommitdiff
path: root/Lisp/defpackage.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/defpackage.lisp')
-rw-r--r--Lisp/defpackage.lisp6
1 files changed, 2 insertions, 4 deletions
diff --git a/Lisp/defpackage.lisp b/Lisp/defpackage.lisp
index 6fd992a..c3008af 100644
--- a/Lisp/defpackage.lisp
+++ b/Lisp/defpackage.lisp
@@ -1,8 +1,6 @@
(defpackage #:mulk.objective-cl
(:nicknames #:objcl #:objective-cl #:mulk.objcl)
(:use #:cl #:cffi #:split-sequence)
- (:shadow #:equal
- #:equalp)
;; Functions
(:export #:initialise-runtime
@@ -14,8 +12,8 @@
#:find-selector
;; Generic functions
- #:equal
- #:equalp
+ #:objc-eql
+ #:objc-equal
;; Special variables
#:*trace-method-calls*