From 3d0e2eda9285b91a998b86cb72c806c2aa5d789e Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sat, 2 Feb 2008 23:26:55 +0100 Subject: Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS. darcs-hash:1ba389d5a50343a134892bde78ba62e21842f684 --- Lisp/constant-data.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lisp/constant-data.lisp') diff --git a/Lisp/constant-data.lisp b/Lisp/constant-data.lisp index c4e8393..85b5584 100644 --- a/Lisp/constant-data.lisp +++ b/Lisp/constant-data.lisp @@ -74,7 +74,7 @@ (defparameter *objcl-type-map* '((id . id) - (class . objc-class) + (class . objective-c-class) (sel . selector) (exc . exception) (chr . character) -- cgit v1.2.3