summaryrefslogtreecommitdiff
path: root/Lisp/type-handling.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-02-02 23:26:55 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-02-02 23:26:55 +0100
commit3d0e2eda9285b91a998b86cb72c806c2aa5d789e (patch)
tree05faddca66b1b032d9f2f6464c984a5e0bd68f6e /Lisp/type-handling.lisp
parent4157d85957b1b89fabf1a55f2896ec58ee6d99d6 (diff)
Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.
darcs-hash:1ba389d5a50343a134892bde78ba62e21842f684
Diffstat (limited to 'Lisp/type-handling.lisp')
-rw-r--r--Lisp/type-handling.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lisp/type-handling.lisp b/Lisp/type-handling.lisp
index bc46e6b..5b5292b 100644
--- a/Lisp/type-handling.lisp
+++ b/Lisp/type-handling.lisp
@@ -172,7 +172,7 @@ Returns: (VALUES typespec byte-position string-position)"
(#\d :double)
(#\v :void)
(#\@ 'id)
- (#\# 'objc-class)
+ (#\# 'objective-c-class)
(#\: 'selector)
(#\* :string)
(#\? :unknown))