[Openmcl-devel] compiler bug?
alex crain
alexcrain at mail2.widgetworks.com
Fri Sep 17 20:14:31 PDT 2004
Ok, I'm stumped
(send text-view :set-editable #$NO) doesn't work. I notice that:
(coerce-to-foreign-type 0 :char) -> 0
but
(coerce-to-foreign-type #$NO :char) -> 1
COERCE-TO-FOREIGN-TYPE is a macro that should expand to the result if
(COERCE-TO-BOOL #$NO), but
(COERCE-TO-BOOL #$NO) -> 0 like it is supposed to.
I'm very interested in why this doesn't work and how to debug this kind
of thing.
:alex
More information about the Openmcl-devel
mailing list