From: Bruno H. <br...@cl...> - 2017-05-26 13:47:01
|
Hi Daniel, > The real solution is to use the fixed width integer types provided by the > (C99 and newer) standard (int32_t and int64_t). ... > > I'll look whether I can polish the changes to a complete patch next week, Will this patch be using gnulib's <stdint.h> replacement that clisp already makes use of? https://www.gnu.org/software/gnulib/manual/html_node/stdint_002eh.html I think the tricky part is to ensure that the generated clisp.h can be used by any compiler that runs on the same platform and produces code for the same ABI. (e.g. on Solaris, "gcc -m64" and "cc -xarch=generic64"). Bruno |