diff options
Diffstat (limited to 'libguile/random.c')
-rw-r--r-- | libguile/random.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/random.c b/libguile/random.c index 2db583bb1..319d2a0c6 100644 --- a/libguile/random.c +++ b/libguile/random.c @@ -590,9 +590,7 @@ scm_init_random () for (i = m >> 1; i < m; ++i) scm_masktab[i] = m - 1; -#ifndef SCM_MAGIC_SNARFER #include "libguile/random.x" -#endif /* Check that the assumptions about bits per bignum digit are correct. */ #if SIZEOF_INT == 4 |