On 2005-dec-22, at 12:10, Hoehle, Joerg-Cyril wrote:
Is there a CLISP version currently used with cffi that has FFI but no long-long? What lead to this line in cffi-clisp.lisp?
I test CFFI mostly on MacOS X. Here, CLISP doesn't seem to support long long. In whatever platform you use, if you comment the (pushnew :cffi/no-long-long *features*) in cffi-clisp.lisp, do the long-long tests pass?