]> gitweb.factorcode.org Git - factor.git/commit
fix problem with bignum-bit? -- return value would be truncated if sizeof(int) !...
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 23 Feb 2009 01:45:05 +0000 (19:45 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Mon, 23 Feb 2009 01:45:05 +0000 (19:45 -0600)
commit4257cd55e0ea37f1e279dd2f8c5abe2996284cca
treeda53c7906ccca8a1492540a32d89775bbf1e12a8
parent127f9b357854626e8263b1b00898128dfee4ddc1
fix problem with bignum-bit? -- return value would be truncated if sizeof(int) != sizeof(bignum_digit_type)
vm/bignum.c