Re: primitive integer types
Bruno Haible <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <2868007.1m1D6e6Jsi@omega> |
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 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel