Greetings! 2.6.8 and below, fixnum == (signed-byte 32), so on 64bit machines, intptr_t will be (unsigned-byte 64), and a bignum.
2.6.9 and higher, intptr_t will be fixnum, i.e. a machine long, on all platforms. Of the patches I mentioned earlier for 2.6.9, 64bit fixnums is the simplest. If there was great interest I could consider this in 2.6.8, but I'd prefer not to. Take care, -- Camm Maguire [email protected] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gcl-devel
