Hi cffi-devel,
In the defcenum macro, the values don't seem to be evaluated. Is this
behavior a bug or a feature?
On clisp,
[4]> (cffi:defcenum test
(:a 1)
(:b (* 2 2)))
*** - The value of CFFI::VALUE should be of type INTEGER.
The value is: (* 2 2)
thanks,
Lawrence Nakamura