(scm_from_ipv6): Just use mpz_import. Don't bother trying
authorKevin Ryde <user42@zip.com.au>
Fri, 10 Dec 2004 00:41:33 +0000 (00:41 +0000)
committerKevin Ryde <user42@zip.com.au>
Fri, 10 Dec 2004 00:41:33 +0000 (00:41 +0000)
commit2b4d15471c296cf426f6a54850a0535250f05831
tree1bf02eb24350a87dab7697409c9835fa9d93d4c9
parent66b1c775d20a6c2f317a444dbf1cceb9348c621f
(scm_from_ipv6): Just use mpz_import.  Don't bother trying
to fit scm_from_ulong_long, since that uses mpz_import anyway.  Don't
bother trying to fit scm_from_ulong, not really worth the trouble if
addresses are more than 4 bytes usually.
libguile/socket.c