[Openmcl-devel] I need a new macptr type

alex crain alexcrain at mail.widgetworks.com
Sat Jun 11 19:38:56 PDT 2005


I need to create a new macptr type, ie:

(defconstant objc-type-flags (byte 3 20))
(defconstant objc-type-index (byte 20 0))
(defconstant objc-flag-instance 0)
(defconstant objc-flag-class 1)
(defconstant objc-flag-metaclass 2)
(defconstant objc-flag-undeclared-class 3)        ; this is new

Is there any reason why I can't do this?
I don't see one, but it never hurts to check.

:alex





More information about the Openmcl-devel mailing list