Re: suggestions for long long?

Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> Wed, 3 Apr 2002 12:42:29 -0700 (MST)
Newsgroups gmane.lisp.uffi.devel
Message-ID <[email protected]>
> Thanks for the pointer, that helps. But if I understand what you have 
> done here, there really is not a way to send/return a 64 bit integer 
> to Lisp? That is, other than creating some extra C libraries and 
> using 32 bit values.

CMUCL supports 64-bit integer passing, but LW and ACL do now. So,
to code for the least common demoninator, I used wrapper functions
to split 64-bit args into 32-bit args.

Kevin