From 836f1c8bb022fa0db9ecd696d711441ede4359c7 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 3 Mar 2008 14:14:45 +0100 Subject: Allow keyword type specifiers :ID, :CLASS, :EXCEPTION, :SELECTOR, and :POINTER. darcs-hash:b7f33cb59f97af5eadcbe8985fc4d3ffab883d9a --- Lisp/constant-data.lisp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Lisp/constant-data.lisp b/Lisp/constant-data.lisp index 7c7176d..7829554 100644 --- a/Lisp/constant-data.lisp +++ b/Lisp/constant-data.lisp @@ -77,6 +77,10 @@ (objective-c-class . class) (exception . exc) (selector . sel) + (:id . id) + (:class . class) + (:exception . exc) + (:selector . sel) (:char . chr) (:unsigned-char . uchr) (:short . sht) @@ -94,6 +98,7 @@ (:void . void) (:unknown . undef) (pointer . ptr) + (:pointer . ptr) (:string . charptr) (:atom . atom) (array . (ary-b ary-e)) -- cgit v1.2.3