summaryrefslogtreecommitdiff
path: root/Lisp/constant-data.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Lisp/constant-data.lisp')
-rw-r--r--Lisp/constant-data.lisp5
1 files changed, 5 insertions, 0 deletions
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))