[cffi-devel] why does cffi not use CLISP's long-long/int64?

Hi, ffi:uint64 and ffi:sint64 are available on all platforms where CLISP ./configure finds support for the long long C type. Thus I wonder why cffi-clisp contains: (pushnew :cffi/no-long-long *features*) 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? Regards, Jorg Hohle

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? -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/ Equipa Portuguesa do Translation Project http://www.iro.umontreal.ca/translation/registry.cgi?team=pt
participants (2)
-
Hoehle, Joerg-Cyril
-
Luís Oliveira