Make the `sizeof (mpz_t)' check at compile-time.
authorLudovic Courtès <ludo@gnu.org>
Mon, 25 Apr 2011 20:36:30 +0000 (22:36 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 25 Apr 2011 20:36:30 +0000 (22:36 +0200)
commitbbec4602457ed3e139e9dae99b4b495a3bc5eb71
tree2f2c922fb2a32a1ff1475cc03143efbe0014a0cc
parent4a235623391dd0d3d46f87dcf00d152e1787c191
Make the `sizeof (mpz_t)' check at compile-time.

* libguile/init.c (scm_i_init_guile): Remove the `sizeof (mpz_t)'
  run-time check.

* libguile/numbers.c: Add a compile-time check for `sizeof (mpz_t)'.
libguile/init.c
libguile/numbers.c